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 ServiceRegistryTestingImpl
ServiceRegistryTestingImpl. create(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String,Object> configurationValues)
static ServiceRegistryTestingImpl
ServiceRegistryTestingImpl. forUnitTesting()
static ServiceRegistryTestingImpl
ServiceRegistryTestingImpl. forUnitTesting(Map<String,Object> settings)
-