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 | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.cfg.beanvalidation | |
org.hibernate.jpa | |
org.hibernate.jpa.boot.spi | |
org.hibernate.osgi |
Main OSGi support classes
|
org.hibernate.resource.beans.spi | |
org.hibernate.testing.boot |
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 |
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl |
Modifier and Type | Method and Description |
---|---|
static void |
AnnotationBinder.bindFetchProfilesForPackage(ClassLoaderService cls,
String packageName,
MetadataBuildingContext context) |
static void |
AnnotationBinder.bindPackage(ClassLoaderService cls,
String packageName,
MetadataBuildingContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BeanValidationEventListener.initialize(Map settings,
ClassLoaderService classLoaderService) |
Constructor and Description |
---|
BeanValidationEventListener(ValidatorFactory factory,
Map settings,
ClassLoaderService classLoaderService)
Constructor used in an environment where validator factory is injected (JPA2).
|
Modifier and Type | Method and Description |
---|---|
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration,
ClassLoaderService providedClassLoaderService) |
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilderOrNull(String persistenceUnitName,
Map properties,
ClassLoaderService providedClassLoaderService) |
Modifier and Type | Method and Description |
---|---|
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration,
ClassLoaderService providedClassLoaderService) |
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo,
Map integration,
ClassLoaderService providedClassLoaderService) |
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 | Method and Description |
---|---|
static Class |
ManagedBeanRegistryInitiator.cdiBeanManagerClass(ClassLoaderService classLoaderService) |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderServiceTestingImpl |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.