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.
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.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