Package org.hibernate.service.spi
Interface SessionFactoryServiceInitiatorContext
- All Known Implementing Classes:
SessionFactoryServiceRegistryImpl
public interface SessionFactoryServiceInitiatorContext
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSessionFactory
SessionFactoryImplementor getSessionFactory() -
getSessionFactoryOptions
SessionFactoryOptions getSessionFactoryOptions() -
getServiceRegistry
ServiceRegistryImplementor getServiceRegistry()
-