Uses of Interface
org.hibernate.service.spi.SessionFactoryServiceRegistry
-
Packages that use SessionFactoryServiceRegistry Package Description org.hibernate.cfg.beanvalidation org.hibernate.integrator.spi org.hibernate.secure.spi org.hibernate.service.spi -
-
Uses of SessionFactoryServiceRegistry in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation that return SessionFactoryServiceRegistry Modifier and Type Method Description SessionFactoryServiceRegistry
ActivationContext. getServiceRegistry()
Access the ServiceRegistry specific to the SessionFactory being built.Methods in org.hibernate.cfg.beanvalidation with parameters of type SessionFactoryServiceRegistry Modifier and Type Method Description void
BeanValidationIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
void
BeanValidationIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
-
Uses of SessionFactoryServiceRegistry in org.hibernate.integrator.spi
Methods in org.hibernate.integrator.spi with parameters of type SessionFactoryServiceRegistry Modifier and Type Method 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. -
Uses of SessionFactoryServiceRegistry in org.hibernate.secure.spi
Methods in org.hibernate.secure.spi with parameters of type SessionFactoryServiceRegistry Modifier and Type Method Description void
JaccIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
Deprecated.void
JaccIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
Deprecated. -
Uses of SessionFactoryServiceRegistry in org.hibernate.service.spi
Methods in org.hibernate.service.spi that return SessionFactoryServiceRegistry Modifier and Type Method Description SessionFactoryServiceRegistry
SessionFactoryServiceRegistryFactory. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions)
Create the registry.
-