Uses of Interface
org.hibernate.service.spi.SessionFactoryServiceRegistry
-
Packages that use SessionFactoryServiceRegistry 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.service.internal org.hibernate.service.spi -
-
Uses of SessionFactoryServiceRegistry in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal with parameters of type SessionFactoryServiceRegistry Modifier and Type Method Description voidCollectionCacheInvalidator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)voidCollectionCacheInvalidator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) -
Uses of SessionFactoryServiceRegistry in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation that return SessionFactoryServiceRegistry Modifier and Type Method Description SessionFactoryServiceRegistryActivationContext. 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 voidBeanValidationIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) -
Uses of SessionFactoryServiceRegistry in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal with parameters of type SessionFactoryServiceRegistry Modifier and Type Method Description voidEnversIntegrator. disintegrate(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 voidIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Tongue-in-cheek name for a shutdown callback.default voidIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Deprecated.- use -
Uses of SessionFactoryServiceRegistry in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement SessionFactoryServiceRegistry Modifier and Type Class Description classSessionFactoryServiceRegistryImplMethods in org.hibernate.service.internal that return SessionFactoryServiceRegistry Modifier and Type Method Description SessionFactoryServiceRegistrySessionFactoryServiceRegistryFactoryImpl. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)SessionFactoryServiceRegistrySessionFactoryServiceRegistryBuilderImpl. buildSessionFactoryServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options) -
Uses of SessionFactoryServiceRegistry in org.hibernate.service.spi
Methods in org.hibernate.service.spi that return SessionFactoryServiceRegistry Modifier and Type Method Description SessionFactoryServiceRegistrySessionFactoryServiceRegistryFactory. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions)Create the registry.
-