Uses of Interface
org.hibernate.integrator.spi.Integrator
-
Packages that use Integrator Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.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.envers.boot.internal org.hibernate.integrator.internal Implementation of the SPI for extensions which integrate with Hibernate via theService
mechanism.org.hibernate.integrator.spi An SPI for extensions which integrate with Hibernate via the JavaServiceLoader
facility.org.hibernate.jpa.boot.spi org.hibernate.testing.orm.junit -
-
Uses of Integrator in org.hibernate.boot.beanvalidation
Classes in org.hibernate.boot.beanvalidation that implement Integrator Modifier and Type Class Description class
BeanValidationIntegrator
InIntegrator
for Bean Validation. -
Uses of Integrator in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type Integrator Modifier and Type Method Description BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. applyIntegrator(Integrator integrator)
Add anIntegrator
to be applied to the bootstrap registry. -
Uses of Integrator in org.hibernate.boot.registry.internal
Constructor parameters in org.hibernate.boot.registry.internal with type arguments of type Integrator Constructor Description BootstrapServiceRegistryImpl(boolean autoCloseRegistry, ClassLoaderService classLoaderService, LinkedHashSet<Integrator> providedIntegrators)
Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService, LinkedHashSet<Integrator> providedIntegrators)
Constructs a BootstrapServiceRegistryImpl. -
Uses of Integrator in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement Integrator Modifier and Type Class 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). -
Uses of Integrator in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement Integrator Modifier and Type Class Description class
EnversIntegrator
Hooks up Envers event listeners. -
Uses of Integrator in org.hibernate.integrator.internal
Methods in org.hibernate.integrator.internal that return types with arguments of type Integrator Modifier and Type Method Description Iterable<Integrator>
IntegratorServiceImpl. getIntegrators()
Constructor parameters in org.hibernate.integrator.internal with type arguments of type Integrator Constructor Description IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators, ClassLoaderService classLoaderService)
-
Uses of Integrator in org.hibernate.integrator.spi
Methods in org.hibernate.integrator.spi that return types with arguments of type Integrator Modifier and Type Method Description Iterable<Integrator>
IntegratorService. getIntegrators()
Retrieve all integrators. -
Uses of Integrator in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return types with arguments of type Integrator Modifier and Type Method Description List<Integrator>
IntegratorProvider. getIntegrators()
-
Uses of Integrator in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return types with arguments of type Integrator Modifier and Type Method Description Class<? extends Integrator>[]
integrators()
-