Uses of Interface
org.hibernate.service.spi.SessionFactoryServiceRegistry
-
Packages that use SessionFactoryServiceRegistry Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.envers.boot.internal org.hibernate.integrator.spi An SPI for extensions which integrate with Hibernate via the JavaServiceLoaderfacility.org.hibernate.service.internal Implementation of the SPI for integrating pluggable services.org.hibernate.service.spi Defines an SPI for integrating pluggable services.org.hibernate.testing.jdbc -
-
Uses of SessionFactoryServiceRegistry in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation that return SessionFactoryServiceRegistry Modifier and Type Method Description SessionFactoryServiceRegistryActivationContext. getServiceRegistry()Access the ServiceRegistry specific to the SessionFactory being built.Methods in org.hibernate.boot.beanvalidation with parameters of type SessionFactoryServiceRegistry Modifier and Type Method Description voidBeanValidationIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) -
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.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. -
Uses of SessionFactoryServiceRegistry in org.hibernate.testing.jdbc
Methods in org.hibernate.testing.jdbc with parameters of type SessionFactoryServiceRegistry Modifier and Type Method Description voidSharedDriverManagerTypeCacheClearingIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)voidSharedDriverManagerTypeCacheClearingIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
-