Uses of Class
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
-
Packages that use StandardServiceRegistryImpl Package Description org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.testing org.hibernate.testing.boot org.hibernate.testing.junit4 org.hibernate.testing.util -
-
Uses of StandardServiceRegistryImpl in org.hibernate.boot.registry.internal
Methods in org.hibernate.boot.registry.internal that return StandardServiceRegistryImpl Modifier and Type Method Description static 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 Modifier and Type Method Description StandardServiceRegistryImpl
MockSessionFactory. getServiceRegistry()
-
Uses of StandardServiceRegistryImpl in org.hibernate.testing
Methods in org.hibernate.testing that return StandardServiceRegistryImpl Modifier and Type Method Description static 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.boot Modifier and Type Class Description class
ServiceRegistryTestingImpl
ServiceRegistry useful in testing -
Uses of StandardServiceRegistryImpl in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 that return StandardServiceRegistryImpl Modifier and Type Method Description protected 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 StandardServiceRegistryImpl Modifier and Type Method Description static StandardServiceRegistryImpl
ServiceRegistryUtil. serviceRegistry()
-