Uses of Class
org.hibernate.boot.spi.AccessType
-
Packages that use AccessType Package Description org.hibernate.boot.model.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of AccessType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return AccessType Modifier and Type Method Description AccessType
PropertyContainer. getClassLevelAccessType()
AccessType
PropertyInferredData. getDefaultAccess()
AccessType
PropertyPreloadedData. getDefaultAccess()
AccessType
WrappedInferredData. getDefaultAccess()
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.boot.model.internal with parameters of type AccessType Modifier and Type Method Description void
BasicValueBinder. setAccessType(AccessType accessType)
void
CollectionBinder. setAccessType(AccessType accessType)
void
PropertyBinder. setAccessType(AccessType accessType)
void
EntityBinder. setPropertyAccessType(AccessType propertyAccessType)
Constructors in org.hibernate.boot.model.internal with parameters of type AccessType Constructor Description PropertyContainer(org.hibernate.annotations.common.reflection.XClass clazz, org.hibernate.annotations.common.reflection.XClass entityAtStake, AccessType defaultClassLevelAccessType)
PropertyPreloadedData(AccessType defaultAccess, String propertyName, org.hibernate.annotations.common.reflection.XClass returnedClass)
-
Uses of AccessType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AccessType Modifier and Type Method Description static AccessType
AccessType. getAccessStrategy(AccessType type)
Convert the JPA access type to the correspondingAccessType
value.static AccessType
AccessType. getAccessStrategy(String externalName)
Resolve an externalized name to theAccessType
value it names.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.
-