Uses of Class
org.hibernate.testing.jdbc.ConnectionProviderDelegate
Packages that use ConnectionProviderDelegate
-
Uses of ConnectionProviderDelegate in org.hibernate.testing.jdbc
Subclasses of ConnectionProviderDelegate in org.hibernate.testing.jdbcModifier and TypeClassDescriptionclass
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.jdbcModifier and TypeClassDescriptionclass
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it intercept the underlyingPreparedStatement
method calls.class
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.