Uses of Class
net.sf.jailer.util.JobManager
Packages that use JobManager
Package
Description
-
Uses of JobManager in net.sf.jailer.database
Methods in net.sf.jailer.database with parameters of type JobManagerModifier and TypeMethodDescriptionvoidPrimaryKeyValidator.validatePrimaryKey(Session session, Set<Table> tables, JobManager jobManager) Validates all primary keys of a set of tables. -
Uses of JobManager in net.sf.jailer.entitygraph
Methods in net.sf.jailer.entitygraph with parameters of type JobManagerModifier and TypeMethodDescriptionvoidEntityGraph.fillAndWriteMappingTables(JobManager jobManager, OutputStreamWriter dmlResultWriter, int numberOfEntities, Session targetSession, DBMS targetDBMSConfiguration, DBMS dbmsConfiguration) Inserts the values of columns with non-derived import-filters into the local database. -
Uses of JobManager in net.sf.jailer.entitygraph.intradatabase
Methods in net.sf.jailer.entitygraph.intradatabase with parameters of type JobManagerModifier and TypeMethodDescriptionvoidIntraDatabaseEntityGraph.fillAndWriteMappingTables(JobManager jobManager, OutputStreamWriter receiptWriter, int numberOfEntities, Session targetSession, DBMS targetDBMSConfiguration, DBMS dbmsConfiguration) Insert the values of columns with non-derived-import-filters into the local database. -
Uses of JobManager in net.sf.jailer.importfilter
Methods in net.sf.jailer.importfilter with parameters of type JobManagerModifier and TypeMethodDescriptionvoidImportFilterManager.fillAndWriteMappingTables(EntityGraph entityGraph, JobManager jobManager, OutputStreamWriter dmlResultWriter, int numberOfEntities, Session targetSession, DBMS targetDBMSConfiguration) Inserts the values of columns with non-derived import-filters into the local database and writes the mapping table DML to the given writer.