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 |
Modifier and Type | Method and Description |
---|---|
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.applyIntegrator(Integrator integrator)
Add an
Integrator to be applied to the bootstrap registry. |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.with(Integrator integrator)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanValidationIntegrator |
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceContributingIntegrator
Deprecated.
A separate
ServiceContributor should be used instead. |
Modifier and Type | Method and Description |
---|---|
Iterable<Integrator> |
IntegratorService.getIntegrators()
Retrieve all integrators.
|
Modifier and Type | Method and Description |
---|---|
List<Integrator> |
IntegratorProvider.getIntegrators() |
Modifier and Type | Class and Description |
---|---|
class |
JaccIntegrator
Deprecated.
Support for JACC will be removed in 6.0
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.