Uses of Enum Class
org.hibernate.boot.spi.AccessType
Packages that use AccessType
Package
Description
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 AccessTypeModifier and TypeMethodDescriptionPropertyContainer.getClassLevelAccessType()
PropertyInferredData.getDefaultAccess()
PropertyPreloadedData.getDefaultAccess()
WrappedInferredData.getDefaultAccess()
EntityBinder.getExplicitAccessType
(org.hibernate.models.spi.AnnotationTarget element) EntityBinder.getPropertyAccessor
(org.hibernate.models.spi.AnnotationTarget element) EntityBinder.getPropertyAccessType()
Methods in org.hibernate.boot.model.internal with parameters of type AccessTypeModifier and TypeMethodDescriptionstatic Component
EmbeddableBinder.bindEmbeddable
(PropertyData inferredData, PropertyHolder propertyHolder, AccessType propertyAccessor, EntityBinder entityBinder, boolean isIdentifierMapper, MetadataBuildingContext context, boolean isComponentEmbedded, boolean isId, Map<org.hibernate.models.spi.ClassDetails, InheritanceState> inheritanceStatePerClass, String referencedEntityName, String propertyName, Class<? extends EmbeddableInstantiator> customInstantiatorImpl, Class<? extends CompositeUserType<?>> compositeUserTypeClass, AnnotatedJoinColumns columns, AnnotatedColumns annotatedColumns) 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 AccessTypeModifierConstructorDescriptionPropertyContainer
(org.hibernate.models.spi.ClassDetails classDetails, org.hibernate.models.spi.TypeVariableScope typeAtStake, AccessType defaultClassLevelAccessType) PropertyPreloadedData
(AccessType defaultAccess, String propertyName, org.hibernate.models.spi.TypeDetails returnedClass) -
Uses of AccessType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AccessTypeModifier and TypeMethodDescriptionstatic 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.PropertyData.getDefaultAccess()
static AccessType
Returns the enum constant of this class with the specified name.static AccessType[]
AccessType.values()
Returns an array containing the constants of this enum class, in the order they are declared.