Uses of Class
org.hibernate.processor.util.AccessType
-
Packages that use AccessType Package Description org.hibernate.processor The main package of this annotation processor.org.hibernate.processor.util Helper classes for string and type processing as well as access type detection. -
-
Uses of AccessType in org.hibernate.processor
Methods in org.hibernate.processor that return AccessType Modifier and Type Method Description AccessTypeContext. getPersistenceUnitDefaultAccessType()Methods in org.hibernate.processor with parameters of type AccessType Modifier and Type Method Description voidContext. setPersistenceUnitDefaultAccessType(AccessType persistenceUnitDefaultAccessType) -
Uses of AccessType in org.hibernate.processor.util
Methods in org.hibernate.processor.util that return AccessType Modifier and Type Method Description static @Nullable AccessTypeTypeUtils. determineAnnotationSpecifiedAccessType(Element element)AccessTypeAccessTypeInformation. getAccessType()@Nullable AccessTypeAccessTypeInformation. getDefaultAccessType()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.Methods in org.hibernate.processor.util with parameters of type AccessType Modifier and Type Method Description static ElementKindTypeUtils. getElementKindForAccessType(AccessType accessType)voidAccessTypeInformation. setDefaultAccessType(AccessType defaultAccessType)voidAccessTypeInformation. setExplicitAccessType(AccessType explicitAccessType)Constructors in org.hibernate.processor.util with parameters of type AccessType Constructor Description AccessTypeInformation(String fqcn, @Nullable AccessType explicitAccessType, @Nullable AccessType defaultAccessType)
-