| Package | Description |
|---|---|
| org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
| org.hibernate.cfg.beanvalidation | |
| org.hibernate.envers.event.spi | |
| org.hibernate.integrator.spi | |
| org.hibernate.jpa.event.internal.jpa | |
| org.hibernate.jpa.event.spi | |
| org.hibernate.secure.spi | |
| org.hibernate.service.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionCacheInvalidator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
CollectionCacheInvalidator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
CollectionCacheInvalidator.integrate(MetadataImplementor metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryServiceRegistry |
ActivationContext.getServiceRegistry()
Access the ServiceRegistry specific to the SessionFactory being built.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanValidationIntegrator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
BeanValidationIntegrator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
BeanValidationIntegrator.integrate(MetadataImplementor metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnversIntegrator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
EnversIntegrator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
EnversIntegrator.integrate(MetadataImplementor metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Integrator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Tongue-in-cheek name for a shutdown callback.
|
void |
Integrator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
void |
Integrator.integrate(MetadataImplementor metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
| Constructor and Description |
|---|
CallbackProcessorImpl(ListenerFactory jpaListenerFactory,
MetadataImplementor metadata,
SessionFactoryServiceRegistry serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaIntegrator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
JpaIntegrator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
JpaIntegrator.integrate(MetadataImplementor metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
JaccIntegrator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
JaccIntegrator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
JaccIntegrator.integrate(MetadataImplementor metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionFactoryServiceRegistryImpl |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.