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 JavaServiceLoader
facility.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 SessionFactoryServiceRegistry
ActivationContext. 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 void
BeanValidationIntegrator. 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 void
CollectionCacheInvalidator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
void
CollectionCacheInvalidator. 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 void
EnversIntegrator. 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 void
Integrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
Tongue-in-cheek name for a shutdown callback.default void
Integrator. 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 class
SessionFactoryServiceRegistryImpl
Methods in org.hibernate.service.internal that return SessionFactoryServiceRegistry Modifier and Type Method Description SessionFactoryServiceRegistry
SessionFactoryServiceRegistryFactoryImpl. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)
SessionFactoryServiceRegistry
SessionFactoryServiceRegistryBuilderImpl. 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 SessionFactoryServiceRegistry
SessionFactoryServiceRegistryFactory. 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 void
SharedDriverManagerTypeCacheClearingIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
void
SharedDriverManagerTypeCacheClearingIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
-