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.boot.internal | |
org.hibernate.integrator.internal | |
org.hibernate.integrator.spi | |
org.hibernate.jpa.boot.spi | |
org.hibernate.jpa.event.spi | |
org.hibernate.secure.spi |
Modifier and Type | Method and Description |
---|---|
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.applyIntegrator(Integrator integrator)
Add an
Integrator to be applied to the bootstrap registry. |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.with(Integrator integrator)
Deprecated.
|
Constructor and Description |
---|
BootstrapServiceRegistryImpl(boolean autoCloseRegistry,
ClassLoaderService classLoaderService,
java.util.LinkedHashSet<Integrator> providedIntegrators)
Constructs a BootstrapServiceRegistryImpl.
|
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
java.util.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
Hooks up Envers event listeners.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Integrator> |
IntegratorServiceImpl.getIntegrators() |
Constructor and Description |
---|
IntegratorServiceImpl(java.util.LinkedHashSet<Integrator> providedIntegrators,
ClassLoaderService classLoaderService) |
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceContributingIntegrator
Deprecated.
A separate
ServiceContributor should be used instead. |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Integrator> |
IntegratorService.getIntegrators()
Retrieve all integrators.
|
Modifier and Type | Method and Description |
---|---|
java.util.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
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.