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 class
SQLServerSnapshotIsolationConnectionProvider
ThisConnectionProvider
extends 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 class
PreparedStatementSpyConnectionProvider
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it intercept the underlyingPreparedStatement
method calls.class
TimeZoneConnectionProvider
ThisConnectionProvider
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.
-