Package | Description |
---|---|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.cfg.beanvalidation | |
org.hibernate.envers.boot.internal | |
org.hibernate.integrator.spi | |
org.hibernate.jpa.event.spi | |
org.hibernate.secure.spi | |
org.hibernate.service.internal | |
org.hibernate.service.spi |
Modifier and Type | Method and Description |
---|---|
void |
CollectionCacheInvalidator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
CollectionCacheInvalidator.integrate(Metadata 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(Metadata metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
EnversIntegrator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
EnversIntegrator.integrate(Metadata metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
Integrator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Tongue-in-cheek name for a shutdown callback.
|
void |
Integrator.integrate(Metadata metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
Modifier and Type | Method and Description |
---|---|
void |
JpaIntegrator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
JpaIntegrator.integrate(Metadata metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
Modifier and Type | Method and Description |
---|---|
void |
JaccIntegrator.disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
void |
JaccIntegrator.integrate(Metadata metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
SessionFactoryServiceRegistryImpl |
Modifier and Type | Method and Description |
---|---|
SessionFactoryServiceRegistry |
SessionFactoryServiceRegistryFactoryImpl.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions options) |
SessionFactoryServiceRegistry |
SessionFactoryServiceRegistryBuilderImpl.buildSessionFactoryServiceRegistry(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions options) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryServiceRegistry |
SessionFactoryServiceRegistryFactory.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions sessionFactoryOptions)
Create the registry.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.