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.spi
Subclasses with type arguments of type AccessType in org.hibernate.boot.spiModifier and TypeClassDescriptionenumEnumerates various access strategies for accessing entity values.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.