Class ServiceRegistryBuilder

java.lang.Object
org.hibernate.testing.ServiceRegistryBuilder

public final class ServiceRegistryBuilder extends Object
  • Method Details

    • buildServiceRegistry

      public static org.hibernate.boot.registry.internal.StandardServiceRegistryImpl buildServiceRegistry()
    • buildServiceRegistry

      public static org.hibernate.boot.registry.internal.StandardServiceRegistryImpl buildServiceRegistry(Map<String,Object> serviceRegistryConfig)
    • buildServiceRegistry

      public static org.hibernate.boot.registry.internal.StandardServiceRegistryImpl buildServiceRegistry(Properties serviceRegistryConfig)
    • destroy

      public static void destroy(org.hibernate.service.ServiceRegistry serviceRegistry)