Package org.hibernate.service.spi
Interface SessionFactoryServiceRegistry
-
- All Superinterfaces:
AutoCloseable,ServiceRegistry,ServiceRegistryImplementor
- All Known Implementing Classes:
SessionFactoryServiceRegistryImpl
public interface SessionFactoryServiceRegistry extends ServiceRegistryImplementor
SpecializedServiceRegistryimplementation that holds services which need access to theSessionFactoryduring initialization.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.service.ServiceRegistry
getParentServiceRegistry, getService, requireService
-
Methods inherited from interface org.hibernate.service.spi.ServiceRegistryImplementor
close, deRegisterChild, destroy, fromRegistryOrChildren, locateServiceBinding, registerChild
-
-