|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Integrator in org.hibernate.cfg.beanvalidation |
---|
Classes in org.hibernate.cfg.beanvalidation that implement Integrator | |
---|---|
class |
BeanValidationIntegrator
|
Uses of Integrator in org.hibernate.ejb.event |
---|
Classes in org.hibernate.ejb.event that implement Integrator | |
---|---|
class |
JpaIntegrator
Prepare the HEM-specific event listeners. |
Uses of Integrator in org.hibernate.envers.event |
---|
Classes in org.hibernate.envers.event that implement Integrator | |
---|---|
class |
EnversIntegrator
Provides integration for Envers into Hibernate, which mainly means registering the proper event listeners. |
Uses of Integrator in org.hibernate.integrator.internal |
---|
Methods in org.hibernate.integrator.internal that return types with arguments of type Integrator | |
---|---|
Iterable<Integrator> |
IntegratorServiceImpl.getIntegrators()
|
Constructor parameters in org.hibernate.integrator.internal with type arguments of type Integrator | |
---|---|
IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators,
ClassLoaderService classLoaderService)
|
Uses of Integrator in org.hibernate.integrator.spi |
---|
Subinterfaces of Integrator in org.hibernate.integrator.spi | |
---|---|
interface |
ServiceContributingIntegrator
Additional, optional contract for Integrators that wish to contribute services
to the Hibernate ServiceRegistry . |
Methods in org.hibernate.integrator.spi that return types with arguments of type Integrator | |
---|---|
Iterable<Integrator> |
IntegratorService.getIntegrators()
Retrieve all integrators. |
Uses of Integrator in org.hibernate.service |
---|
Methods in org.hibernate.service with parameters of type Integrator | |
---|---|
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.with(Integrator integrator)
Add an Integrator to be applied to the bootstrap registry. |
Uses of Integrator in org.hibernate.service.internal |
---|
Constructor parameters in org.hibernate.service.internal with type arguments of type Integrator | |
---|---|
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
LinkedHashSet<Integrator> providedIntegrators)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |