Uses of Interface
org.hibernate.service.spi.Wrapped
-
Packages that use Wrapped Package Description org.hibernate.engine.jdbc.connections.internal org.hibernate.engine.jdbc.connections.spi Defines contracts for accessing JDBC Connectionsorg.hibernate.testing.jdbc org.hibernate.testing.jta -
-
Uses of Wrapped 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 Wrapped Modifier and Type Class Description class
org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
-
Uses of Wrapped in org.hibernate.engine.jdbc.connections.spi
Subinterfaces of Wrapped in org.hibernate.engine.jdbc.connections.spi Modifier and Type Interface Description interface
ConnectionProvider
A contract for obtaining JDBC connections.interface
MultiTenantConnectionProvider
A specialized Connection provider contract used when the application is using multi-tenancy support requiring tenant aware connections.Classes in org.hibernate.engine.jdbc.connections.spi that implement Wrapped Modifier and Type Class Description class
AbstractDataSourceBasedMultiTenantConnectionProviderImpl
Basic support for implementations ofMultiTenantConnectionProvider
based on DataSources.class
AbstractMultiTenantConnectionProvider
Basic support forMultiTenantConnectionProvider
implementations using individualConnectionProvider
instances per tenant behind the scenes.class
DataSourceBasedMultiTenantConnectionProviderImpl
A concrete implementation of theMultiTenantConnectionProvider
contract bases on a number of reasonable assumptions. -
Uses of Wrapped in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement Wrapped Modifier and Type Class Description class
ConnectionProviderDelegate
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties.class
SharedDriverManagerConnectionProviderImpl
A special connection provider that is shared across test runs for better performance.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 Wrapped in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement Wrapped Modifier and Type Class Description class
JtaAwareConnectionProviderImpl
AConnectionProvider
implementation intended for testing Hibernate/JTA interaction.
-