Uses of Class
org.hibernate.cfg.annotations.reflection.XMLContext
-
Packages that use XMLContext Package Description org.hibernate.cfg.annotations.reflection Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model. -
-
Uses of XMLContext in org.hibernate.cfg.annotations.reflection
Methods in org.hibernate.cfg.annotations.reflection that return XMLContext Modifier and Type Method Description XMLContext
JPAMetadataProvider. getXMLContext()
Constructors in org.hibernate.cfg.annotations.reflection with parameters of type XMLContext Constructor Description JPAOverriddenAnnotationReader(java.lang.reflect.AnnotatedElement el, XMLContext xmlContext, BootstrapContext bootstrapContext)
JPAOverriddenAnnotationReader(java.lang.reflect.AnnotatedElement el, XMLContext xmlContext, ClassLoaderAccess classLoaderAccess)
Deprecated.UseJPAMetadataProvider(AnnotatedElement, XMLContext, BootstrapContext)
instead.
-