Class BasicTestingJdbcServiceImpl

java.lang.Object
org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
All Implemented Interfaces:
Serializable, JdbcServices, Service, ServiceRegistryAwareService

public class BasicTestingJdbcServiceImpl extends Object implements JdbcServices, ServiceRegistryAwareService
Implementation of the JdbcServices contract for use by tests.

An alternative approach is to build a ServiceRegistryTestingImpl and grab the JdbcServices from that.

See Also: