Uses of Class
org.hibernate.processor.util.AccessTypeInformation
-
Packages that use AccessTypeInformation Package Description org.hibernate.processor The main package of this annotation processor.org.hibernate.processor.annotation Implementation of the model classes backed by annotations. -
-
Uses of AccessTypeInformation in org.hibernate.processor
Methods in org.hibernate.processor that return AccessTypeInformation Modifier and Type Method Description @Nullable AccessTypeInformation
Context. getAccessTypeInfo(String qualifiedName)
Methods in org.hibernate.processor with parameters of type AccessTypeInformation Modifier and Type Method Description void
Context. addAccessTypeInformation(String qualifiedName, AccessTypeInformation info)
-
Uses of AccessTypeInformation in org.hibernate.processor.annotation
Methods in org.hibernate.processor.annotation that return AccessTypeInformation Modifier and Type Method Description AccessTypeInformation
AnnotationMetaEntity. getEntityAccessTypeInfo()
-