Uses of Enum Class
jakarta.persistence.AccessType
Packages that use AccessType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Contains various implementations of
PropertyAccessStrategy.-
Uses of AccessType in jakarta.persistence
Methods in jakarta.persistence that return AccessTypeModifier and TypeMethodDescriptionstatic 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. -
Uses of AccessType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as AccessTypeModifier and TypeFieldDescriptionprotected AccessTypeJaxbBasic.accessprotected AccessTypeJaxbElementCollection.accessprotected AccessTypeJaxbEmbeddable.accessprotected AccessTypeJaxbEmbedded.accessprotected AccessTypeJaxbEmbeddedId.accessprotected AccessTypeJaxbEntity.accessprotected AccessTypeJaxbEntityMappings.accessprotected AccessTypeJaxbHbmAnyMapping.accessprotected AccessTypeJaxbHbmManyToAny.accessprotected AccessTypeJaxbId.accessprotected AccessTypeJaxbManyToMany.accessprotected AccessTypeJaxbManyToOne.accessprotected AccessTypeJaxbMappedSuperclass.accessprotected AccessTypeJaxbOneToMany.accessprotected AccessTypeJaxbOneToOne.accessprotected AccessTypeJaxbPersistenceUnitDefaults.accessprotected AccessTypeJaxbVersion.accessMethods in org.hibernate.boot.jaxb.mapping that return AccessTypeModifier and TypeMethodDescriptionJaxbBasic.getAccess()Gets the value of the access property.JaxbElementCollection.getAccess()Gets the value of the access property.JaxbEmbeddable.getAccess()Gets the value of the access property.JaxbEmbedded.getAccess()Gets the value of the access property.JaxbEmbeddedId.getAccess()Gets the value of the access property.JaxbEntity.getAccess()Gets the value of the access property.JaxbEntityMappings.getAccess()Gets the value of the access property.JaxbHbmAnyMapping.getAccess()Gets the value of the access property.JaxbHbmManyToAny.getAccess()Gets the value of the access property.JaxbId.getAccess()Gets the value of the access property.JaxbManyToMany.getAccess()Gets the value of the access property.JaxbManyToOne.getAccess()Gets the value of the access property.JaxbMappedSuperclass.getAccess()Gets the value of the access property.JaxbOneToMany.getAccess()Gets the value of the access property.JaxbOneToOne.getAccess()Gets the value of the access property.JaxbPersistenceUnitDefaults.getAccess()Gets the value of the access property.JaxbVersion.getAccess()Gets the value of the access property.ManagedType.getAccess()PersistentAttribute.getAccess()JPA's way to specify an access-strategyMethods in org.hibernate.boot.jaxb.mapping with parameters of type AccessTypeModifier and TypeMethodDescriptionAdapter1.marshal(AccessType value) voidJaxbBasic.setAccess(AccessType value) Sets the value of the access property.voidJaxbElementCollection.setAccess(AccessType value) Sets the value of the access property.voidJaxbEmbeddable.setAccess(AccessType value) Sets the value of the access property.voidJaxbEmbedded.setAccess(AccessType value) Sets the value of the access property.voidJaxbEmbeddedId.setAccess(AccessType value) Sets the value of the access property.voidJaxbEntity.setAccess(AccessType value) Sets the value of the access property.voidJaxbEntityMappings.setAccess(AccessType value) Sets the value of the access property.voidJaxbHbmAnyMapping.setAccess(AccessType value) Sets the value of the access property.voidJaxbHbmManyToAny.setAccess(AccessType value) Sets the value of the access property.voidJaxbId.setAccess(AccessType value) Sets the value of the access property.voidJaxbManyToMany.setAccess(AccessType value) Sets the value of the access property.voidJaxbManyToOne.setAccess(AccessType value) Sets the value of the access property.voidJaxbMappedSuperclass.setAccess(AccessType value) Sets the value of the access property.voidJaxbOneToMany.setAccess(AccessType value) Sets the value of the access property.voidJaxbOneToOne.setAccess(AccessType value) Sets the value of the access property.voidJaxbPersistenceUnitDefaults.setAccess(AccessType value) Sets the value of the access property.voidJaxbVersion.setAccess(AccessType value) Sets the value of the access property.voidManagedType.setAccess(AccessType value) voidPersistentAttribute.setAccess(AccessType accessType) -
Uses of AccessType in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return AccessTypeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type AccessTypeModifier and TypeMethodDescriptionstatic StringAccessTypeMarshalling.toXml(AccessType accessType) -
Uses of AccessType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return AccessTypeMethods in org.hibernate.boot.model.internal with parameters of type AccessType -
Uses of AccessType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type AccessTypeModifier and TypeMethodDescriptionstatic AccessTypeAccessType.getAccessStrategy(AccessType type) Convert the JPA access type to the correspondingAccessTypevalue. -
Uses of AccessType in org.hibernate.property.access.internal
Methods in org.hibernate.property.access.internal that return AccessTypeModifier and TypeMethodDescriptionstatic AccessTypeAccessStrategyHelper.getAccessType(Class<?> containerJavaType, String propertyName) protected static @Nullable AccessTypeAccessStrategyHelper.getAccessTypeOrNull(@Nullable AnnotatedElement element) static @Nullable AccessTypeAccessStrategyHelper.getExplicitAccessType(Class<?> containerClass, String propertyName, @Nullable Field field) Methods in org.hibernate.property.access.internal with parameters of type AccessTypeModifier and TypeMethodDescriptionPropertyAccessStrategyEnhancedImpl.with(AccessType getterAccessType) Constructors in org.hibernate.property.access.internal with parameters of type AccessTypeModifierConstructorDescriptionPropertyAccessEnhancedImpl(PropertyAccessStrategy strategy, Class<?> containerJavaType, String propertyName, @Nullable AccessType getterAccessType) PropertyAccessStrategyEnhancedImpl(@Nullable AccessType getterAccessType)