| 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.internal | 
 The internals for building service registries. 
 | 
| org.hibernate.cache.internal | 
 Internal implementations and support for second-level caching. 
 | 
| org.hibernate.cfg.beanvalidation | |
| org.hibernate.envers.event.spi | |
| org.hibernate.integrator.internal | |
| org.hibernate.integrator.spi | |
| org.hibernate.jpa.boot.spi | |
| org.hibernate.jpa.event.spi | |
| org.hibernate.secure.spi | |
| org.hibernate.service | 
| Modifier and Type | Method and Description | 
|---|---|
BootstrapServiceRegistryBuilder | 
BootstrapServiceRegistryBuilder.with(Integrator integrator)
Add an  
Integrator to be applied to the bootstrap registry. | 
| Constructor and Description | 
|---|
BootstrapServiceRegistryImpl(boolean autoCloseRegistry,
                            ClassLoaderService classLoaderService,
                            LinkedHashSet<Integrator> providedIntegrators)
Constructs a BootstrapServiceRegistryImpl. 
 | 
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
                            LinkedHashSet<Integrator> providedIntegrators)
Constructs a BootstrapServiceRegistryImpl. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CollectionCacheInvalidator
Allows the collection cache to be automatically evicted if an element is inserted/removed/updated *without* properly
 managing both sides of the association (ie, the ManyToOne collection is changed w/o properly managing the OneToMany). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BeanValidationIntegrator  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EnversIntegrator
Provides integration for Envers into Hibernate, which mainly means registering the proper event listeners. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Integrator> | 
IntegratorServiceImpl.getIntegrators()  | 
| Constructor and Description | 
|---|
IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators,
                     ClassLoaderService classLoaderService)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ServiceContributingIntegrator
Additional, optional contract for Integrators that wish to contribute  
services
 to the Hibernate ServiceRegistry. | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Integrator> | 
IntegratorService.getIntegrators()
Retrieve all integrators. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Integrator> | 
IntegratorProvider.getIntegrators()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JpaIntegrator
Hibernate EntityManager specific Integrator, performing JPA setup. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JaccIntegrator
Integrator for setting up JACC integration 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BootstrapServiceRegistryBuilder | 
BootstrapServiceRegistryBuilder.with(Integrator integrator)
Deprecated.  
  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.