Uses of Class
org.hibernate.boot.spi.AccessType
-
Packages that use AccessType Package Description org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of AccessType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AccessType Modifier and Type Method Description static 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.AccessTypePropertyData. 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.
-