Uses of Class
org.hibernate.cfg.AccessType
-
Packages that use AccessType Package Description org.hibernate.cfg org.hibernate.cfg.annotations -
-
Uses of AccessType in org.hibernate.cfg
Methods in org.hibernate.cfg that return AccessType Modifier and Type Method Description static AccessType
AccessType. getAccessStrategy(java.lang.String externalName)
Resolve an externalized name to the AccessType enum value it names.static AccessType
AccessType. getAccessStrategy(AccessType type)
Convert the JPA access type enum to the corresponding AccessType enum value.AccessType
PropertyData. getDefaultAccess()
AccessType
PropertyInferredData. getDefaultAccess()
AccessType
PropertyPreloadedData. getDefaultAccess()
AccessType
WrappedInferredData. getDefaultAccess()
static AccessType
AccessType. valueOf(java.lang.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 Modifier and Type Method Description static Component
AnnotationBinder. fillComponent(PropertyHolder propertyHolder, PropertyData inferredData, AccessType propertyAccessor, boolean isNullable, EntityBinder entityBinder, boolean isComponentEmbedded, boolean isIdentifierMapper, boolean inSecondPass, MetadataBuildingContext buildingContext, java.util.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, MetadataBuildingContext buildingContext, java.util.Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)
Constructors in org.hibernate.cfg with parameters of type AccessType Constructor Description PropertyPreloadedData(AccessType defaultAccess, java.lang.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 Modifier and Type Method 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()
Methods in org.hibernate.cfg.annotations with parameters of type AccessType Modifier and Type Method Description void
CollectionBinder. setAccessType(AccessType accessType)
void
PropertyBinder. setAccessType(AccessType accessType)
void
SimpleValueBinder. setAccessType(AccessType accessType)
void
EntityBinder. setPropertyAccessType(AccessType propertyAccessor)
-