Uses of Interface
org.hibernate.integrator.spi.Integrator
-
Packages that use Integrator Package Description org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.cfg.beanvalidation org.hibernate.integrator.spi org.hibernate.jpa.boot.spi -
-
Uses of Integrator in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type Integrator Modifier and Type Method Description BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyIntegrator(Integrator integrator)Add anIntegratorto be applied to the bootstrap registry. -
Uses of Integrator in org.hibernate.cfg.beanvalidation
Classes in org.hibernate.cfg.beanvalidation that implement Integrator Modifier and Type Class Description classBeanValidationIntegrator -
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()
-