Package org.hibernate.boot.registry
Interface StandardServiceRegistry
- All Superinterfaces:
AutoCloseable
,ServiceRegistry
- All Known Implementing Classes:
ServiceRegistryTestingImpl
,StandardServiceRegistryImpl
Specialization of the
ServiceRegistry
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