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 AccessTypeAccessType. getAccessStrategy(AccessType type)Convert the JPA access type enum to the corresponding AccessType enum value.static AccessTypeAccessType. getAccessStrategy(String externalName)Resolve an externalized name to the AccessType enum value it names.AccessTypePropertyData. getDefaultAccess()AccessTypePropertyInferredData. getDefaultAccess()AccessTypePropertyPreloadedData. getDefaultAccess()AccessTypeWrappedInferredData. getDefaultAccess()static AccessTypeAccessType. 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 Modifier and Type Method Description static ComponentAnnotationBinder. fillComponent(PropertyHolder propertyHolder, PropertyData inferredData, AccessType propertyAccessor, boolean isNullable, EntityBinder entityBinder, boolean isComponentEmbedded, boolean isIdentifierMapper, boolean inSecondPass, Class<? extends EmbeddableInstantiator> customInstantiatorImpl, Class<? extends CompositeUserType<?>> compositeUserTypeClass, MetadataBuildingContext buildingContext, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)static ComponentAnnotationBinder. fillComponent(PropertyHolder propertyHolder, PropertyData inferredData, PropertyData baseInferredData, AccessType propertyAccessor, boolean isNullable, EntityBinder entityBinder, boolean isComponentEmbedded, boolean isIdentifierMapper, boolean inSecondPass, Class<? extends EmbeddableInstantiator> customInstantiatorImpl, Class<? extends CompositeUserType<?>> compositeUserTypeClass, MetadataBuildingContext buildingContext, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)static PropertyDataAnnotationBinder. getUniqueIdPropertyFromBaseClass(PropertyData inferredData, PropertyData baseInferredData, AccessType propertyAccessor, MetadataBuildingContext context)Constructors in org.hibernate.cfg with parameters of type AccessType Constructor Description 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 Modifier and Type Method Description AccessTypeEntityBinder. getExplicitAccessType(org.hibernate.annotations.common.reflection.XAnnotatedElement element)AccessTypeEntityBinder. getPropertyAccessor(org.hibernate.annotations.common.reflection.XAnnotatedElement element)AccessTypeEntityBinder. getPropertyAccessType()Methods in org.hibernate.cfg.annotations with parameters of type AccessType Modifier and Type Method Description voidBasicValueBinder. setAccessType(AccessType accessType)voidCollectionBinder. setAccessType(AccessType accessType)voidPropertyBinder. setAccessType(AccessType accessType)voidEntityBinder. setPropertyAccessType(AccessType propertyAccessor)
-