Uses of Class
org.hibernate.testing.jdbc.ConnectionProviderDelegate
-
Packages that use ConnectionProviderDelegate Package Description org.hibernate.testing.jdbc org.hibernate.testing.orm.jdbc -
-
Uses of ConnectionProviderDelegate in org.hibernate.testing.jdbc
Subclasses of ConnectionProviderDelegate in org.hibernate.testing.jdbc Modifier and Type Class Description classSQLServerSnapshotIsolationConnectionProviderThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties, and it just sets the READ_COMMITTED_SNAPSHOT isolation level for SQL Server. -
Uses of ConnectionProviderDelegate in org.hibernate.testing.orm.jdbc
Subclasses of ConnectionProviderDelegate in org.hibernate.testing.orm.jdbc Modifier and Type Class Description classPreparedStatementSpyConnectionProviderThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties, and it intercept the underlyingPreparedStatementmethod calls.classTimeZoneConnectionProviderThisConnectionProviderextends 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.
-