| Package | Description | 
|---|---|
| net.sf.jailer.database | |
| net.sf.jailer.entitygraph | |
| net.sf.jailer.entitygraph.intradatabase | |
| net.sf.jailer.importfilter | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PrimaryKeyValidator.validatePrimaryKey(Session session,
                  java.util.Set<Table> tables,
                  JobManager jobManager)
Validates all primary keys of a set of tables. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EntityGraph.fillAndWriteMappingTables(JobManager jobManager,
                         java.io.OutputStreamWriter dmlResultWriter,
                         int numberOfEntities,
                         Session targetSession,
                         DBMS targetDBMSConfiguration,
                         DBMS dbmsConfiguration)
Insert the values of columns with non-derived-import-filters into the local database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IntraDatabaseEntityGraph.fillAndWriteMappingTables(JobManager jobManager,
                         java.io.OutputStreamWriter receiptWriter,
                         int numberOfEntities,
                         Session targetSession,
                         DBMS targetDBMSConfiguration,
                         DBMS dbmsConfiguration)
Insert the values of columns with non-derived-import-filters into the local database. 
 | 
| 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. 
 |