public static class ReverseMappingTool.Flags extends Object
Modifier and Type | Field and Description |
---|---|
String |
accessType |
boolean |
blobAsObject |
ReverseCustomizer |
customizer |
boolean |
detachable |
File |
directory |
String |
discriminatorStrategy |
CodeFormat |
format |
boolean |
generateAnnotations |
String |
identityClassSuffix |
boolean |
innerIdentityClasses |
boolean |
inverseRelations |
String |
metaDataLevel |
boolean |
nullableAsObject |
String |
packageName |
boolean |
primaryKeyOnJoin |
Properties |
typeMap |
boolean |
useBuiltinIdentityClass |
boolean |
useDataStoreIdentity |
boolean |
useForeignKeyName |
boolean |
useGenericCollections |
boolean |
useSchemaElement |
boolean |
useSchemaName |
String |
versionStrategy |
Constructor and Description |
---|
Flags() |
public String packageName
public File directory
public boolean useSchemaName
public boolean useForeignKeyName
public boolean nullableAsObject
public boolean blobAsObject
public boolean useGenericCollections
public Properties typeMap
public boolean primaryKeyOnJoin
public boolean useDataStoreIdentity
public boolean useBuiltinIdentityClass
public boolean innerIdentityClasses
public String identityClassSuffix
public boolean inverseRelations
public boolean detachable
public boolean generateAnnotations
public String accessType
public String metaDataLevel
public String discriminatorStrategy
public String versionStrategy
public ReverseCustomizer customizer
public CodeFormat format
public boolean useSchemaElement
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.