Package | Description |
---|---|
org.hibernate.boot.internal | |
org.hibernate.boot.model.source.internal.hbm | |
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 |
ClassLoaderAccessImpl
Standard implementation of ClassLoaderAccess
|
Modifier and Type | Method and Description |
---|---|
ClassLoaderAccess |
MetadataBuildingContextRootImpl.getClassLoaderAccess() |
Constructor and Description |
---|
MetadataBuildingContextRootImpl(MetadataBuildingOptions options,
ClassLoaderAccess classLoaderAccess,
InFlightMetadataCollector metadataCollector) |
Modifier and Type | Method and Description |
---|---|
ClassLoaderAccess |
MappingDocument.getClassLoaderAccess() |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderAccessDelegateImpl
A ClassLoaderAccess implementation based on delegation
|
Modifier and Type | Method and Description |
---|---|
ClassLoaderAccess |
MetadataBuildingContext.getClassLoaderAccess()
Provides access to ClassLoader services when needed during binding
|
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) |
XMLContext(ClassLoaderAccess classLoaderAccess) |
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) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.