Package org.hibernate.boot.registry
Interface BootstrapServiceRegistry
-
- All Superinterfaces:
AutoCloseable,ServiceRegistry
- All Known Implementing Classes:
BootstrapServiceRegistryImpl
public interface BootstrapServiceRegistry extends ServiceRegistry
Provides the most basic services such as class loading. Other configuration-time objects such asMetadataSources,StandardServiceRegistryBuilder, andConfigurationall depend on an instance ofBootstrapServiceRegistry.An instance may be obtained using
BootstrapServiceRegistryBuilder.build().Specialized from
ServiceRegistrymainly for type safety.- See Also:
BootstrapServiceRegistryBuilder
-
-
Method Summary
-
Methods inherited from interface org.hibernate.service.ServiceRegistry
close, getParentServiceRegistry, getService, requireService
-
-