Uses of Interface
org.hibernate.jpamodelgen.model.ImportContext
-
Packages that use ImportContext Package Description org.hibernate.jpamodelgen The main package of this annotation processor.org.hibernate.jpamodelgen.annotation Implementation of the model classes backed by annotations.org.hibernate.jpamodelgen.model org.hibernate.jpamodelgen.xml Implementation of the model classes backed by annotations. -
-
Uses of ImportContext in org.hibernate.jpamodelgen
Classes in org.hibernate.jpamodelgen that implement ImportContext Modifier and Type Class Description class
ImportContextImpl
-
Uses of ImportContext in org.hibernate.jpamodelgen.annotation
Classes in org.hibernate.jpamodelgen.annotation that implement ImportContext Modifier and Type Class Description class
AnnotationMetaEntity
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass). -
Uses of ImportContext in org.hibernate.jpamodelgen.model
Subinterfaces of ImportContext in org.hibernate.jpamodelgen.model Modifier and Type Interface Description interface
MetaEntity
-
Uses of ImportContext in org.hibernate.jpamodelgen.xml
Classes in org.hibernate.jpamodelgen.xml that implement ImportContext Modifier and Type Class Description class
XmlMetaEntity
Collects XML-based meta information about an annotated type (entity, embeddable or mapped superclass).
-