Uses of Class
org.hibernate.cfg.AccessType

Packages that use AccessType
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.cfg.annotations   
 

Uses of AccessType in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return AccessType
static AccessType AccessType.getAccessStrategy(AccessType type)
           
static AccessType AccessType.getAccessStrategy(String type)
           
 AccessType WrappedInferredData.getDefaultAccess()
           
 AccessType PropertyPreloadedData.getDefaultAccess()
           
 AccessType PropertyInferredData.getDefaultAccess()
           
 AccessType PropertyData.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.
 

Methods in org.hibernate.cfg with parameters of type AccessType
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)
           
 

Constructors in org.hibernate.cfg with parameters of type AccessType
PropertyPreloadedData(AccessType defaultAccess, String propertyName, org.hibernate.annotations.common.reflection.XClass returnedClass)
           
 

Uses of AccessType in org.hibernate.cfg.annotations
 

Methods in org.hibernate.cfg.annotations that return AccessType
 AccessType EntityBinder.getExplicitAccessType(org.hibernate.annotations.common.reflection.XAnnotatedElement element)
           
 AccessType EntityBinder.getPropertyAccessor(org.hibernate.annotations.common.reflection.XAnnotatedElement element)
           
 AccessType EntityBinder.getPropertyAccessType()
           
 

Methods in org.hibernate.cfg.annotations with parameters of type AccessType
 void PropertyBinder.setAccessType(AccessType accessType)
           
 void CollectionBinder.setAccessType(AccessType accessType)
           
 void EntityBinder.setPropertyAccessType(AccessType propertyAccessor)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.