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 AccessTypeInformationContext. getAccessTypeInfo(java.lang.String fqcn)Methods in org.hibernate.jpamodelgen with parameters of type AccessTypeInformation Modifier and Type Method Description voidContext. addAccessTypeInformation(java.lang.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 AccessTypeInformationAnnotationMetaEntity. getEntityAccessTypeInfo()
-