boolean skipRelationshipsLoading
boolean skipPrimaryKeyLoading
String defaultPackage
boolean forceDataMapCatalog
Automatically tagging each DbEntity with the actual DB catalog/schema (default behavior) may sometimes be undesirable. If this is the case then setting forceDataMapCatalog to true will set DbEntity catalog to one in the DataMap.
Default value is false.
boolean forceDataMapSchema
Automatically tagging each DbEntity with the actual DB catalog/schema (default behavior) may sometimes be undesirable. If this is the case then setting forceDataMapSchema to true will set DbEntity schema to one in the DataMap.
Default value is false.
String meaningfulPkTables
A comma-separated list of Perl5 patterns that defines which imported tables should have their primary key columns mapped as ObjAttributes.
"*" would indicate all tables.
String namingStrategy
Object layer naming generator implementation. Should be fully qualified Java class name implementing "org.apache.cayenne.dbsync.naming.ObjectNameGenerator".
The default is "org.apache.cayenne.dbsync.naming.DefaultObjectNameGenerator".
String stripFromTableNames
boolean usePrimitives
If true, would use primitives instead of numeric and boolean classes.
Default is "true", i.e. primitives will be used.
boolean useJava7Types
List<E> tableTypes
List<E> catalogCollection
String fkName
Copyright © 2001–2019 Apache Cayenne. All rights reserved.