Class SQLServerSnapshotIsolationConnectionProvider

java.lang.Object
org.hibernate.testing.jdbc.ConnectionProviderDelegate
org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider
All Implemented Interfaces:
Serializable, ConnectionProvider, Service, Configurable, ServiceRegistryAwareService, Stoppable, Wrapped

public class SQLServerSnapshotIsolationConnectionProvider extends ConnectionProviderDelegate
This ConnectionProvider 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.
See Also: