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 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-2021 Red Hat, Inc. All Rights Reserved.