public class OverriddenMappingDefaults extends Object implements MappingDefaults
| Constructor and Description | 
|---|
OverriddenMappingDefaults(MappingDefaults overriddenValues,
                         String packageName,
                         String schemaName,
                         String catalogName,
                         String idColumnName,
                         String discriminatorColumnName,
                         String cascade,
                         String propertyAccess,
                         Boolean associationLaziness)  | 
| 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. 
 | 
public String getPackageName()
MappingDefaultshbm.xml mappings.getPackageName in interface MappingDefaultspublic String getSchemaName()
MappingDefaultsgetSchemaName in interface MappingDefaultspublic String getCatalogName()
MappingDefaultsgetCatalogName in interface MappingDefaultspublic String getIdColumnName()
MappingDefaultsgetIdColumnName in interface MappingDefaultspublic String getDiscriminatorColumnName()
MappingDefaultsgetDiscriminatorColumnName in interface MappingDefaultspublic String getCascadeStyle()
MappingDefaultsgetCascadeStyle in interface MappingDefaultspublic String getPropertyAccessorName()
MappingDefaultsPropertyAccessor name to use if none specified in the
 mapping.getPropertyAccessorName in interface MappingDefaultsPropertyAccessorFactorypublic boolean areAssociationsLazy()
MappingDefaultsareAssociationsLazy in interface MappingDefaultspublic AccessType getCacheAccessType()
MappingDefaultsgetCacheAccessType in interface MappingDefaultsCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.