Uses of Class
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
Packages that use StandardServiceRegistryImpl
Package
Description
The internals for building service registries.
Validation for HQL queries.
-
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. -
Uses of StandardServiceRegistryImpl in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return StandardServiceRegistryImpl -
Uses of StandardServiceRegistryImpl in org.hibernate.testing
Methods in org.hibernate.testing that return StandardServiceRegistryImplModifier and TypeMethodDescriptionstatic StandardServiceRegistryImpl
ServiceRegistryBuilder.buildServiceRegistry()
static StandardServiceRegistryImpl
ServiceRegistryBuilder.buildServiceRegistry
(Map<String, Object> serviceRegistryConfig) static StandardServiceRegistryImpl
ServiceRegistryBuilder.buildServiceRegistry
(Properties serviceRegistryConfig) -
Uses of StandardServiceRegistryImpl in org.hibernate.testing.boot
Subclasses of StandardServiceRegistryImpl in org.hibernate.testing.bootModifier and TypeClassDescriptionclass
ServiceRegistry useful in testing -
Uses of StandardServiceRegistryImpl in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 that return StandardServiceRegistryImplModifier and TypeMethodDescriptionprotected StandardServiceRegistryImpl
BaseCoreFunctionalTestCase.buildServiceRegistry
(BootstrapServiceRegistry bootRegistry, Configuration configuration) protected StandardServiceRegistryImpl
BaseCoreFunctionalTestCase.serviceRegistry()
-
Uses of StandardServiceRegistryImpl in org.hibernate.testing.util
Methods in org.hibernate.testing.util that return StandardServiceRegistryImplModifier and TypeMethodDescriptionstatic StandardServiceRegistryImpl
ServiceRegistryUtil.serviceRegistry()