Uses of Interface
org.hibernate.integrator.spi.Integrator
Packages that use Integrator
Package
Description
Support for integrating Jakarta Bean Validation.
Defines service registry contracts a program may use for
configuring Hibernate.
The internals for building service registries.
Internal implementations and support for second-level caching.
Implementation of the SPI for extensions which integrate with Hibernate via the
Service
mechanism.An SPI for extensions which integrate with Hibernate via the Java
ServiceLoader
facility.-
Uses of Integrator in org.hibernate.boot.beanvalidation
Classes in org.hibernate.boot.beanvalidation that implement Integrator -
Uses of Integrator in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type IntegratorModifier and TypeMethodDescriptionBootstrapServiceRegistryBuilder.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 IntegratorModifierConstructorDescriptionBootstrapServiceRegistryImpl
(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 IntegratorModifier and TypeClassDescriptionclass
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 -
Uses of Integrator in org.hibernate.integrator.internal
Methods in org.hibernate.integrator.internal that return types with arguments of type IntegratorMethod parameters in org.hibernate.integrator.internal with type arguments of type IntegratorModifier and TypeMethodDescriptionstatic IntegratorServiceImpl
IntegratorServiceImpl.create
(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 -
Uses of Integrator in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return types with arguments of type Integrator -
Uses of Integrator in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement Integrator