Uses of Class
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
-
Packages that use StandardServiceRegistryImpl Package Description org.hibernate.testing org.hibernate.testing.boot org.hibernate.testing.junit4 org.hibernate.testing.util -
-
Uses of StandardServiceRegistryImpl in org.hibernate.testing
Methods in org.hibernate.testing that return StandardServiceRegistryImpl Modifier and Type Method Description static StandardServiceRegistryImplServiceRegistryBuilder. buildServiceRegistry()static StandardServiceRegistryImplServiceRegistryBuilder. buildServiceRegistry(Map<String,Object> serviceRegistryConfig)static StandardServiceRegistryImplServiceRegistryBuilder. buildServiceRegistry(Properties serviceRegistryConfig) -
Uses of StandardServiceRegistryImpl in org.hibernate.testing.boot
Subclasses of StandardServiceRegistryImpl in org.hibernate.testing.boot Modifier and Type Class Description classServiceRegistryTestingImplServiceRegistry 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 StandardServiceRegistryImplBaseCoreFunctionalTestCase. buildServiceRegistry(BootstrapServiceRegistry bootRegistry, Configuration configuration)protected StandardServiceRegistryImplBaseCoreFunctionalTestCase. serviceRegistry() -
Uses of StandardServiceRegistryImpl in org.hibernate.testing.util
Methods in org.hibernate.testing.util that return StandardServiceRegistryImpl Modifier and Type Method Description static StandardServiceRegistryImplServiceRegistryUtil. serviceRegistry()
-