Package org.hibernate.boot.registry
Interface StandardServiceRegistry
-
- All Superinterfaces:
AutoCloseable
,ServiceRegistry
- All Known Implementing Classes:
ServiceRegistryTestingImpl
,StandardServiceRegistryImpl
public interface StandardServiceRegistry extends ServiceRegistry
Specialization of theServiceRegistry
contract mainly for type safety.An instance may be obtained using
StandardServiceRegistryBuilder.build()
.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.service.ServiceRegistry
close, getParentServiceRegistry, getService, requireService
-
-