Uses of Class
org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
Packages that use XMLContext.Default 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.Default in org.hibernate.cfg.annotations.reflection
Methods in org.hibernate.cfg.annotations.reflection that return XMLContext.Default Modifier and Type Method Description XMLContext.Default
XMLContext. getDefault(java.lang.String className)
Methods in org.hibernate.cfg.annotations.reflection with parameters of type XMLContext.Default Modifier and Type Method Description static java.util.List<NamedEntityGraph>
JPAOverriddenAnnotationReader. buildNamedEntityGraph(org.dom4j.Element element, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)
static java.util.List
JPAOverriddenAnnotationReader. buildNamedQueries(org.dom4j.Element element, boolean isNative, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)
static java.util.List<NamedStoredProcedureQuery>
JPAOverriddenAnnotationReader. buildNamedStoreProcedureQueries(org.dom4j.Element element, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)
static java.lang.String
XMLContext. buildSafeClassName(java.lang.String className, XMLContext.Default defaults)
static java.util.List<SqlResultSetMapping>
JPAOverriddenAnnotationReader. buildSqlResultsetMappings(org.dom4j.Element element, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)
static TableGenerator
JPAOverriddenAnnotationReader. buildTableGeneratorAnnotation(org.dom4j.Element element, XMLContext.Default defaults)
void
XMLContext.Default. override(XMLContext.Default globalDefault)
-