public interface MappingDefaults
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
areAssociationsLazy()
Identifies whether associations are lazy by default if not specified in the mapping. 
 | 
AccessType | 
getCacheAccessType()
The default cache access type to use 
 | 
String | 
getCascadeStyle()
Identifies the default cascade style to apply to associations if none specified in the mapping. 
 | 
String | 
getCatalogName()
Identifies the default database catalog name to use if none specified in the mapping. 
 | 
String | 
getDiscriminatorColumnName()
Identifies the default column name to use for the discriminator column if none specified in the mapping. 
 | 
String | 
getIdColumnName()
Identifies the default column name to use for the identifier column if none specified in the mapping. 
 | 
String | 
getPackageName()
Identifies the default package name to use if none specified in the mapping. 
 | 
String | 
getPropertyAccessorName()
Identifies the default  
PropertyAccessor name to use if none specified in the
 mapping. | 
String | 
getSchemaName()
Identifies the default database schema name to use if none specified in the mapping. 
 | 
String getPackageName()
hbm.xml mappings.String getSchemaName()
String getCatalogName()
String getIdColumnName()
String getDiscriminatorColumnName()
String getCascadeStyle()
String getPropertyAccessorName()
PropertyAccessor name to use if none specified in the
 mapping.PropertyAccessorFactoryboolean areAssociationsLazy()
AccessType getCacheAccessType()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.