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 org.hibernate.secure.spi org.hibernate.testing.orm.junit -
-
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.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. with(Integrator integrator)Deprecated. -
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
Subinterfaces of Integrator in org.hibernate.integrator.spi Modifier and Type Interface Description interfaceServiceContributingIntegratorDeprecated.A separateServiceContributorshould be used instead.Methods in org.hibernate.integrator.spi that return types with arguments of type Integrator Modifier and Type Method Description java.lang.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 java.util.List<Integrator>IntegratorProvider. getIntegrators() -
Uses of Integrator in org.hibernate.secure.spi
Classes in org.hibernate.secure.spi that implement Integrator Modifier and Type Class Description classJaccIntegratorDeprecated.Support for JACC will be removed in 6.0 -
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 java.lang.Class<? extends Integrator>[]integrators()
-