Package org.hibernate.testing
Class ServiceRegistryBuilder
java.lang.Object
org.hibernate.testing.ServiceRegistryBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
static org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
buildServiceRegistry
(Map<String, Object> serviceRegistryConfig) static org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
buildServiceRegistry
(Properties serviceRegistryConfig) static void
destroy
(org.hibernate.service.ServiceRegistry serviceRegistry)
-
Method Details
-
buildServiceRegistry
public static org.hibernate.boot.registry.internal.StandardServiceRegistryImpl buildServiceRegistry() -
buildServiceRegistry
-
buildServiceRegistry
public static org.hibernate.boot.registry.internal.StandardServiceRegistryImpl buildServiceRegistry(Properties serviceRegistryConfig) -
destroy
public static void destroy(org.hibernate.service.ServiceRegistry serviceRegistry)
-