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 -
-
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.BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. 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 class
BeanValidationIntegrator
-
Uses of Integrator in org.hibernate.integrator.spi
Subinterfaces of Integrator in org.hibernate.integrator.spi Modifier and Type Interface Description interface
ServiceContributingIntegrator
Deprecated.A separateServiceContributor
should 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 class
JaccIntegrator
Deprecated.Support for JACC will be removed in 6.0
-