| 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 | |
| org.hibernate.testing.boot |
| 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 List<NamedEntityGraph> |
JPAOverriddenAnnotationReader.buildNamedEntityGraph(org.dom4j.Element element,
XMLContext.Default defaults,
ClassLoaderAccess classLoaderAccess) |
static List |
JPAOverriddenAnnotationReader.buildNamedQueries(org.dom4j.Element element,
boolean isNative,
XMLContext.Default defaults,
ClassLoaderAccess classLoaderAccess) |
static List<NamedStoredProcedureQuery> |
JPAOverriddenAnnotationReader.buildNamedStoreProcedureQueries(org.dom4j.Element element,
XMLContext.Default defaults,
ClassLoaderAccess classLoaderAccess) |
static List<SqlResultSetMapping> |
JPAOverriddenAnnotationReader.buildSqlResultsetMappings(org.dom4j.Element element,
XMLContext.Default defaults,
ClassLoaderAccess classLoaderAccess) |
| Constructor and Description |
|---|
JPAOverriddenAnnotationReader(AnnotatedElement el,
XMLContext xmlContext,
ClassLoaderAccess classLoaderAccess)
Deprecated.
|
XMLContext(ClassLoaderAccess classLoaderAccess)
Deprecated.
Use
XMLContext(BootstrapContext) instead. |
| Modifier and Type | Method and Description |
|---|---|
static Class<?>[] |
GroupsPerOperation.buildGroupsForOperation(GroupsPerOperation.Operation operation,
Map settings,
ClassLoaderAccess classLoaderAccess) |
static GroupsPerOperation |
GroupsPerOperation.from(Map settings,
ClassLoaderAccess classLoaderAccess) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderAccessTestingImpl |
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderAccess |
MetadataBuildingContextTestingImpl.getClassLoaderAccess() |
ClassLoaderAccess |
BootstrapContextImpl.getClassLoaderAccess() |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.