Package org.hibernate.testing.orm.jdbc
Class TimeZoneConnectionProvider
java.lang.Object
org.hibernate.testing.jdbc.ConnectionProviderDelegate
org.hibernate.testing.orm.jdbc.TimeZoneConnectionProvider
- All Implemented Interfaces:
Serializable
,org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
,org.hibernate.service.Service
,org.hibernate.service.spi.Configurable
,org.hibernate.service.spi.ServiceRegistryAwareService
,org.hibernate.service.spi.Stoppable
,org.hibernate.service.spi.Wrapped
This
ConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it
just sets a default TimeZone which is different than the current default one.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.testing.jdbc.ConnectionProviderDelegate
closeConnection, configure, getConnection, getConnectionProvider, getDatabaseConnectionInfo, getDatabaseConnectionInfo, injectServices, isUnwrappableAs, setConnectionProvider, supportsAggressiveRelease, unwrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
closeReadOnlyConnection, getReadOnlyConnection, handlesConnectionReadOnly, handlesConnectionSchema
-
Constructor Details
-
TimeZoneConnectionProvider
-
-
Method Details
-
stop
public void stop()- Specified by:
stop
in interfaceorg.hibernate.service.spi.Stoppable
- Overrides:
stop
in classConnectionProviderDelegate
-