Package | Description |
---|---|
org.hibernate.boot.spi | |
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.
|
org.hibernate.cfg.beanvalidation |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderAccessDelegateImpl
A ClassLoaderAccess implementation based on delegation
|
Modifier and Type | Method and Description |
---|---|
ClassLoaderAccess |
BootstrapContext.getClassLoaderAccess() |
ClassLoaderAccess |
MetadataBuildingContext.getClassLoaderAccess()
Deprecated.
Use
BootstrapContext.getClassLoaderAccess() } instead. |
protected abstract ClassLoaderAccess |
ClassLoaderAccessDelegateImpl.getDelegate() |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderAccessLazyImpl
A ClassLoaderAccess implementation based on lazy access to
MetadataBuildingOptions |
Modifier and Type | Method and Description |
---|---|
static java.util.List<javax.persistence.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<javax.persistence.NamedStoredProcedureQuery> |
JPAOverriddenAnnotationReader.buildNamedStoreProcedureQueries(org.dom4j.Element element,
XMLContext.Default defaults,
ClassLoaderAccess classLoaderAccess) |
static java.util.List<javax.persistence.SqlResultSetMapping> |
JPAOverriddenAnnotationReader.buildSqlResultsetMappings(org.dom4j.Element element,
XMLContext.Default defaults,
ClassLoaderAccess classLoaderAccess) |
Constructor and Description |
---|
JPAOverriddenAnnotationReader(java.lang.reflect.AnnotatedElement el,
XMLContext xmlContext,
ClassLoaderAccess classLoaderAccess)
Deprecated.
Use
JPAMetadataProvider(AnnotatedElement, XMLContext, BootstrapContext) instead. |
XMLContext(ClassLoaderAccess classLoaderAccess)
Deprecated.
Use
XMLContext.XMLContext(BootstrapContext) instead. |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<?>[] |
GroupsPerOperation.buildGroupsForOperation(GroupsPerOperation.Operation operation,
java.util.Map settings,
ClassLoaderAccess classLoaderAccess) |
static GroupsPerOperation |
GroupsPerOperation.from(java.util.Map settings,
ClassLoaderAccess classLoaderAccess) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.