Package | Description |
---|---|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.boot.registry.classloading.internal |
The class loading service internals.
|
org.hibernate.boot.registry.internal |
The internals for building service registries.
|
org.hibernate.boot.registry.selector.internal |
Internals for building StrategySelector
|
org.hibernate.envers.configuration.internal | |
org.hibernate.envers.configuration.internal.metadata | |
org.hibernate.envers.configuration.spi | |
org.hibernate.envers.internal.tools | |
org.hibernate.integrator.internal | |
org.hibernate.jpa.boot.internal | |
org.hibernate.metamodel.domain |
This package defines metadata modeling of a logical domain model.
|
org.hibernate.metamodel.source.annotations | |
org.hibernate.osgi |
Main OSGi support classes
|
org.hibernate.service.internal |
Modifier and Type | Method and Description |
---|---|
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.with(ClassLoaderService classLoaderService)
Adds a provided
ClassLoaderService for use in class-loading and resource-lookup. |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderServiceImpl
Standard implementation of the service for interacting with class loaders
|
Constructor and Description |
---|
BootstrapServiceRegistryImpl(boolean autoCloseRegistry,
ClassLoaderService classLoaderService,
LinkedHashSet<Integrator> providedIntegrators)
Constructs a BootstrapServiceRegistryImpl.
|
BootstrapServiceRegistryImpl(boolean autoCloseRegistry,
ClassLoaderService classLoaderService,
StrategySelector strategySelector,
IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl.
|
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
LinkedHashSet<Integrator> providedIntegrators)
Constructs a BootstrapServiceRegistryImpl.
|
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
StrategySelector strategySelector,
IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl.
|
Modifier and Type | Method and Description |
---|---|
StrategySelector |
StrategySelectorBuilder.buildSelector(ClassLoaderService classLoaderService)
Builds the selector.
|
Constructor and Description |
---|
StrategySelectorImpl(ClassLoaderService classLoaderService)
Constructs a StrategySelectorImpl using the given class loader service.
|
Modifier and Type | Method and Description |
---|---|
EntitiesConfigurations |
EntitiesConfigurator.configure(Configuration cfg,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
GlobalConfiguration globalCfg,
AuditEntitiesConfiguration verEntCfg,
AuditStrategy auditStrategy,
ClassLoaderService classLoaderService,
org.dom4j.Document revisionInfoXmlMapping,
org.dom4j.Element revisionInfoRelationMapping) |
Constructor and Description |
---|
GlobalConfiguration(Properties properties,
ClassLoaderService classLoaderService) |
Constructor and Description |
---|
AuditMetadataGenerator(Configuration cfg,
GlobalConfiguration globalCfg,
AuditEntitiesConfiguration verEntCfg,
AuditStrategy auditStrategy,
ClassLoaderService classLoaderService,
org.dom4j.Element revisionInfoRelationMapping,
AuditEntityNameRegister auditEntityNameRegister) |
Modifier and Type | Method and Description |
---|---|
ClassLoaderService |
AuditConfiguration.getClassLoaderService() |
Modifier and Type | Method and Description |
---|---|
static AuditConfiguration |
AuditConfiguration.getFor(Configuration cfg,
ClassLoaderService classLoaderService) |
Constructor and Description |
---|
AuditConfiguration(Configuration cfg,
ClassLoaderService classLoaderService) |
Modifier and Type | Method and Description |
---|---|
static Class |
MapProxyTool.classForName(String className,
Map<String,Class<?>> properties,
ClassLoaderService classLoaderService)
Generates/loads proxy class for given name with properties for map.
|
static <T> Class<T> |
ReflectionTools.loadClass(String name,
ClassLoaderService classLoaderService)
Locate class with a given name.
|
static Object |
MapProxyTool.newInstanceOfBeanProxyForMap(String className,
Map<String,Object> map,
Set<PropertyData> propertyDatas,
ClassLoaderService classLoaderService) |
Constructor and Description |
---|
IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators,
ClassLoaderService classLoaderService) |
Constructor and Description |
---|
PersistenceXmlParser(ClassLoaderService classLoaderService,
PersistenceUnitTransactionType defaultTransactionType) |
Constructor and Description |
---|
JavaType(String name,
ClassLoaderService classLoaderService) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
JandexHelper.getValue(org.jboss.jandex.AnnotationInstance annotation,
String element,
Class<T> type,
ClassLoaderService classLoaderService) |
static org.jboss.jandex.Index |
JandexHelper.indexForClass(ClassLoaderService classLoaderService,
Class<?>... classes)
Creates a jandex index for the specified classes
|
Modifier and Type | Class and Description |
---|---|
class |
OSGiClassLoaderServiceImpl
The ClassLoaderService that should be used when running in OSGi;
this helps for example to load the Services correctly.
|
Constructor and Description |
---|
JaxbProcessor(ClassLoaderService classLoaderService) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.