Uses of Interface
org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
-
Packages that use ConnectionProvider Package Description org.hibernate.engine.jdbc.connections.internal org.hibernate.engine.jdbc.connections.spi Defines contracts for accessing JDBC Connectionsorg.hibernate.testing.boot org.hibernate.testing.common.connections org.hibernate.testing.jdbc org.hibernate.testing.jta -
-
Uses of ConnectionProvider in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ConnectionProvider Modifier and Type Class Description classorg.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl -
Uses of ConnectionProvider in org.hibernate.engine.jdbc.connections.spi
Methods in org.hibernate.engine.jdbc.connections.spi that return ConnectionProvider Modifier and Type Method Description protected abstract ConnectionProviderAbstractMultiTenantConnectionProvider. getAnyConnectionProvider()protected abstract ConnectionProviderAbstractMultiTenantConnectionProvider. selectConnectionProvider(java.lang.String tenantIdentifier) -
Uses of ConnectionProvider in org.hibernate.testing.boot
Constructors in org.hibernate.testing.boot with parameters of type ConnectionProvider Constructor Description JdbcConnectionAccessImpl(ConnectionProvider connectionProvider) -
Uses of ConnectionProvider in org.hibernate.testing.common.connections
Methods in org.hibernate.testing.common.connections that return ConnectionProvider Modifier and Type Method Description protected abstract ConnectionProviderBaseTransactionIsolationConfigTest. getConnectionProviderUnderTest() -
Uses of ConnectionProvider in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement ConnectionProvider Modifier and Type Class Description classConnectionProviderDelegateThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties.classSharedDriverManagerConnectionProviderImplA special connection provider that is shared across test runs for better performance.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.Methods in org.hibernate.testing.jdbc that return ConnectionProvider Modifier and Type Method Description ConnectionProviderConnectionProviderDelegate. getConnectionProvider()Methods in org.hibernate.testing.jdbc with parameters of type ConnectionProvider Modifier and Type Method Description voidConnectionProviderDelegate. setConnectionProvider(ConnectionProvider connectionProvider)Constructors in org.hibernate.testing.jdbc with parameters of type ConnectionProvider Constructor Description ConnectionProviderDelegate(ConnectionProvider connectionProvider) -
Uses of ConnectionProvider in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement ConnectionProvider Modifier and Type Class Description classJtaAwareConnectionProviderImplAConnectionProviderimplementation intended for testing Hibernate/JTA interaction.
-