Uses of Class
org.hibernate.testing.boot.ServiceRegistryTestingImpl
-
Packages that use ServiceRegistryTestingImpl Package Description org.hibernate.testing.boot -
-
Uses of ServiceRegistryTestingImpl in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return ServiceRegistryTestingImpl Modifier and Type Method Description static ServiceRegistryTestingImplServiceRegistryTestingImpl. create(boolean autoCloseRegistry, org.hibernate.boot.registry.BootstrapServiceRegistry bootstrapServiceRegistry, List<org.hibernate.boot.registry.StandardServiceInitiator<?>> serviceInitiators, List<org.hibernate.service.internal.ProvidedService<?>> providedServices, Map<String,Object> configurationValues)static ServiceRegistryTestingImplServiceRegistryTestingImpl. forUnitTesting()static ServiceRegistryTestingImplServiceRegistryTestingImpl. forUnitTesting(Map<String,Object> settings)
-