Package org.hibernate.service.spi
Interface SessionFactoryServiceInitiatorContext
-
- All Known Implementing Classes:
SessionFactoryServiceRegistryImpl
public interface SessionFactoryServiceInitiatorContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceRegistryImplementor
getServiceRegistry()
SessionFactoryImplementor
getSessionFactory()
SessionFactoryOptions
getSessionFactoryOptions()
-
-
-
Method Detail
-
getSessionFactory
SessionFactoryImplementor getSessionFactory()
-
getSessionFactoryOptions
SessionFactoryOptions getSessionFactoryOptions()
-
getServiceRegistry
ServiceRegistryImplementor getServiceRegistry()
-
-