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