Package | Description |
---|---|
net.sf.jailer.importfilter | |
net.sf.jailer.progress | |
net.sf.jailer.subsetting | |
net.sf.jailer.util |
Modifier and Type | Method and Description |
---|---|
void |
ImportFilterManager.fillAndWriteMappingTables(EntityGraph entityGraph,
JobManager jobManager,
java.io.OutputStreamWriter dmlResultWriter,
int numberOfEntities,
Session targetSession,
DBMS targetDBMSConfiguration)
Insert the values of columns with non-derived-import-filters into the local database.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressListenerRegistry.firePrepareExport() |
void |
ProgressListener.prepareExport()
Export is ready.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectedRowsCounter.prepareExport() |
Modifier and Type | Method and Description |
---|---|
static void |
CancellationHandler.checkForCancellation(java.lang.Object context)
Checks for cancellation.
|
void |
JobManager.executeJobs(java.util.Collection<JobManager.Job> jobs)
Executes a list of jobs.
|
void |
JobManager.Job.run()
Runs the job.
|