Uses of Class
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
Packages that use StandardServiceRegistryImpl
Package
Description
The internals for building service registries.
-
Uses of StandardServiceRegistryImpl in org.hibernate.boot.registry.internal
Methods in org.hibernate.boot.registry.internal that return StandardServiceRegistryImplModifier and TypeMethodDescriptionstatic StandardServiceRegistryImpl
StandardServiceRegistryImpl.create
(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String, Object> configurationValues) Constructs a StandardServiceRegistryImpl.static StandardServiceRegistryImpl
StandardServiceRegistryImpl.create
(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String, Object> configurationValues) Constructs a StandardServiceRegistryImpl.