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 classSessionFactoryServiceRegistryFactoryImplActs as a service in theStandardServiceRegistryImplwhose function is to act as a factory forSessionFactoryServiceRegistryImplimplementations.Methods in org.hibernate.service.internal that return types with arguments of type SessionFactoryServiceRegistryFactory Modifier and Type Method Description Class<SessionFactoryServiceRegistryFactory>SessionFactoryServiceRegistryFactoryInitiator. getServiceInitiated()
-