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