Uses of Interface
org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
-
Packages that use SessionFactoryServiceRegistryFactory Package Description org.hibernate.service.internal Implementation of the SPI for integrating pluggable services. -
-
Uses of SessionFactoryServiceRegistryFactory in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement SessionFactoryServiceRegistryFactory Modifier and Type Class Description class
SessionFactoryServiceRegistryFactoryImpl
Acts as a service in theStandardServiceRegistryImpl
whose function is to act as a factory forSessionFactoryServiceRegistryImpl
implementations.Methods in org.hibernate.service.internal that return types with arguments of type SessionFactoryServiceRegistryFactory Modifier and Type Method Description Class<SessionFactoryServiceRegistryFactory>
SessionFactoryServiceRegistryFactoryInitiator. getServiceInitiated()
-