Package | Description |
---|---|
org.hibernate.boot.cfgxml.internal | |
org.hibernate.boot.internal | |
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.boot.internal | |
org.hibernate.envers.configuration.internal.metadata | |
org.hibernate.envers.internal.tools | |
org.hibernate.integrator.internal | |
org.hibernate.internal.util |
Internal utility classes.
|
org.hibernate.internal.util.xml | |
org.hibernate.jpa.boot.internal | |
org.hibernate.osgi |
Main OSGi support classes
|
org.hibernate.testing.boot |
Constructor and Description |
---|
JaxbCfgProcessor(ClassLoaderService classLoaderService) |
Constructor and Description |
---|
ClassLoaderAccessImpl(ClassLoader jpaTempClassLoader,
ClassLoaderService classLoaderService) |
ClassLoaderAccessImpl(ClassLoaderService classLoaderService) |
Modifier and Type | Method and Description |
---|---|
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.applyClassLoaderService(ClassLoaderService classLoaderService)
Adds a provided
ClassLoaderService for use in class-loading and resource-lookup. |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.with(ClassLoaderService classLoaderService)
|
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 |
---|---|
ClassLoaderService |
EnversService.getClassLoaderService() |
ClassLoaderService |
EnversServiceImpl.getClassLoaderService() |
Modifier and Type | Method and Description |
---|---|
ClassLoaderService |
AuditMetadataGenerator.getClassLoaderService() |
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) |
Modifier and Type | Method and Description |
---|---|
static Object |
ReflectHelper.getConstantValue(String name,
ClassLoaderService classLoaderService) |
static Class |
ReflectHelper.reflectedPropertyClass(String className,
String name,
ClassLoaderService classLoaderService)
Attempt to resolve the specified property type through reflection.
|
Constructor and Description |
---|
XMLHelper(ClassLoaderService classLoaderService)
Deprecated.
|
Constructor and Description |
---|
PersistenceXmlParser(ClassLoaderService classLoaderService,
javax.persistence.spi.PersistenceUnitTransactionType defaultTransactionType) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderServiceTestingImpl |
Copyright © 2024. All rights reserved.