Package org.apache.openjpa.jdbc.meta
Class ReverseMappingTool.Flags
- java.lang.Object
-
- org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
-
- Enclosing class:
- ReverseMappingTool
public static class ReverseMappingTool.Flags extends Object
Holder for run flags.
-
-
Field Summary
Fields Modifier and Type Field Description StringaccessTypebooleanblobAsObjectReverseCustomizercustomizerbooleandetachableFiledirectoryStringdiscriminatorStrategyCodeFormatformatbooleangenerateAnnotationsStringidentityClassSuffixbooleaninnerIdentityClassesbooleaninverseRelationsStringmetaDataLevelbooleannullableAsObjectStringpackageNamebooleanprimaryKeyOnJoinPropertiestypeMapbooleanuseBuiltinIdentityClassbooleanuseDataStoreIdentitybooleanuseForeignKeyNamebooleanuseGenericCollectionsbooleanuseSchemaElementbooleanuseSchemaNameStringversionStrategy
-
Constructor Summary
Constructors Constructor Description Flags()
-
-
-
Field Detail
-
packageName
public String packageName
-
directory
public File directory
-
useSchemaName
public boolean useSchemaName
-
useForeignKeyName
public boolean useForeignKeyName
-
nullableAsObject
public boolean nullableAsObject
-
blobAsObject
public boolean blobAsObject
-
useGenericCollections
public boolean useGenericCollections
-
typeMap
public Properties typeMap
-
primaryKeyOnJoin
public boolean primaryKeyOnJoin
-
useDataStoreIdentity
public boolean useDataStoreIdentity
-
useBuiltinIdentityClass
public boolean useBuiltinIdentityClass
-
innerIdentityClasses
public boolean innerIdentityClasses
-
identityClassSuffix
public String identityClassSuffix
-
inverseRelations
public boolean inverseRelations
-
detachable
public boolean detachable
-
generateAnnotations
public boolean generateAnnotations
-
accessType
public String accessType
-
metaDataLevel
public String metaDataLevel
-
discriminatorStrategy
public String discriminatorStrategy
-
versionStrategy
public String versionStrategy
-
customizer
public ReverseCustomizer customizer
-
format
public CodeFormat format
-
useSchemaElement
public boolean useSchemaElement
-
-