Package org.hibernate.boot.registry
Interface StandardServiceRegistry
-
- All Superinterfaces:
java.lang.AutoCloseable
,ServiceRegistry
- All Known Implementing Classes:
ServiceRegistryTestingImpl
,org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
public interface StandardServiceRegistry extends ServiceRegistry
Specialization of theServiceRegistry
contract mainly for type safety.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.service.ServiceRegistry
close, getParentServiceRegistry, getService, requireService
-
-