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(XAnnotatedElement element) EntityBinder.getPropertyAccessor(XAnnotatedElement element) EntityBinder.getPropertyAccessType()Methods in org.hibernate.boot.model.internal with parameters of type AccessTypeModifier and TypeMethodDescriptionstatic ComponentEmbeddableBinder.bindEmbeddable(PropertyData inferredData, PropertyHolder propertyHolder, AccessType propertyAccessor, EntityBinder entityBinder, boolean isIdentifierMapper, MetadataBuildingContext context, boolean isComponentEmbedded, boolean isId, Map<XClass, InheritanceState> inheritanceStatePerClass, String referencedEntityName, String propertyName, Class<? extends EmbeddableInstantiator> customInstantiatorImpl, Class<? extends CompositeUserType<?>> compositeUserTypeClass, AnnotatedJoinColumns columns, AnnotatedColumns annotatedColumns) voidBasicValueBinder.setAccessType(AccessType accessType) voidCollectionBinder.setAccessType(AccessType accessType) voidPropertyBinder.setAccessType(AccessType accessType) voidEntityBinder.setPropertyAccessType(AccessType propertyAccessType) Constructors in org.hibernate.boot.model.internal with parameters of type AccessTypeModifierConstructorDescriptionPropertyContainer(XClass clazz, XClass entityAtStake, AccessType defaultClassLevelAccessType) PropertyPreloadedData(AccessType defaultAccess, String propertyName, XClass returnedClass) -
Uses of AccessType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AccessTypeModifier and TypeMethodDescriptionstatic AccessTypeAccessType.getAccessStrategy(AccessType type) Convert the JPA access type to the correspondingAccessTypevalue.static AccessTypeAccessType.getAccessStrategy(String externalName) Resolve an externalized name to theAccessTypevalue it names.PropertyData.getDefaultAccess()static AccessTypeReturns 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.