| Package | Description | 
|---|---|
| org.hibernate.cfg | 
 
        This package defines APIs for configuring Hibernate, and classes
        for building the Hibernate configuration-time metamodel. 
 | 
| org.hibernate.cfg.annotations | 
| Modifier and Type | Method and Description | 
|---|---|
static AccessType | 
AccessType.getAccessStrategy(AccessType type)
Convert the JPA access type enum to the corresponding AccessType enum value. 
 | 
static AccessType | 
AccessType.getAccessStrategy(String externalName)
Resolve an externalized name to the AccessType enum value it names. 
 | 
AccessType | 
PropertyInferredData.getDefaultAccess()  | 
AccessType | 
WrappedInferredData.getDefaultAccess()  | 
AccessType | 
PropertyData.getDefaultAccess()  | 
AccessType | 
PropertyPreloadedData.getDefaultAccess()  | 
static AccessType | 
AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AccessType[] | 
AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Component | 
AnnotationBinder.fillComponent(PropertyHolder propertyHolder,
             PropertyData inferredData,
             AccessType propertyAccessor,
             boolean isNullable,
             EntityBinder entityBinder,
             boolean isComponentEmbedded,
             boolean isIdentifierMapper,
             boolean inSecondPass,
             Mappings mappings,
             Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)  | 
static Component | 
AnnotationBinder.fillComponent(PropertyHolder propertyHolder,
             PropertyData inferredData,
             PropertyData baseInferredData,
             AccessType propertyAccessor,
             boolean isNullable,
             EntityBinder entityBinder,
             boolean isComponentEmbedded,
             boolean isIdentifierMapper,
             boolean inSecondPass,
             Mappings mappings,
             Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)  | 
| Constructor and Description | 
|---|
PropertyPreloadedData(AccessType defaultAccess,
                     String propertyName,
                     org.hibernate.annotations.common.reflection.XClass returnedClass)  | 
| Modifier and Type | Method and Description | 
|---|---|
AccessType | 
SimpleValueBinder.getAccessType()  | 
AccessType | 
EntityBinder.getExplicitAccessType(org.hibernate.annotations.common.reflection.XAnnotatedElement element)  | 
AccessType | 
EntityBinder.getPropertyAccessor(org.hibernate.annotations.common.reflection.XAnnotatedElement element)  | 
AccessType | 
EntityBinder.getPropertyAccessType()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropertyBinder.setAccessType(AccessType accessType)  | 
void | 
CollectionBinder.setAccessType(AccessType accessType)  | 
void | 
SimpleValueBinder.setAccessType(AccessType accessType)  | 
void | 
EntityBinder.setPropertyAccessType(AccessType propertyAccessor)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.