Uses of Interface
org.hibernate.service.spi.SessionFactoryServiceRegistry
Packages that use SessionFactoryServiceRegistry
Package
Description
Support for integrating Jakarta Bean Validation.
An SPI for extensions which integrate with Hibernate via the Java
ServiceLoader
facility.Implementation of the SPI for integrating pluggable services.
Defines an SPI for integrating pluggable services.
-
Uses of SessionFactoryServiceRegistry in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation that return SessionFactoryServiceRegistryModifier and TypeMethodDescriptionActivationContext.getServiceRegistry()
Access the ServiceRegistry specific to the SessionFactory being built.Methods in org.hibernate.boot.beanvalidation with parameters of type SessionFactoryServiceRegistryModifier and TypeMethodDescriptionvoid
BeanValidationIntegrator.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 SessionFactoryServiceRegistryModifier and TypeMethodDescriptionvoid
EnversIntegrator.disintegrate
(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) -
Uses of SessionFactoryServiceRegistry in org.hibernate.integrator.spi
Methods in org.hibernate.integrator.spi with parameters of type SessionFactoryServiceRegistryModifier and TypeMethodDescriptiondefault void
Integrator.disintegrate
(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) Tongue-in-cheek name for a shutdown callback. -
Uses of SessionFactoryServiceRegistry in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement SessionFactoryServiceRegistryMethods in org.hibernate.service.internal that return SessionFactoryServiceRegistryModifier and TypeMethodDescriptionSessionFactoryServiceRegistryFactoryImpl.buildServiceRegistry
(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options) SessionFactoryServiceRegistryBuilderImpl.buildSessionFactoryServiceRegistry
(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options) -
Uses of SessionFactoryServiceRegistry in org.hibernate.service.spi
Methods in org.hibernate.service.spi that return SessionFactoryServiceRegistryModifier and TypeMethodDescriptionSessionFactoryServiceRegistryFactory.buildServiceRegistry
(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions) Create the registry.