Uses of Interface
org.hibernate.service.spi.Wrapped
Packages that use Wrapped
Package
Description
Implementation of ConnectionProvider using Agroal.
Implementation of ConnectionProvider using the c3p0 Connection pool.
Various implementations of the SPI contracts for obtaining JDBC
Connection
s.Defines SPI contracts for obtaining JDBC
Connection
s from a
provider implemented as a service.Implementation of ConnectionProvider using HikariCP.
-
Uses of Wrapped in org.hibernate.agroal.internal
Classes in org.hibernate.agroal.internal that implement WrappedModifier and TypeClassDescriptionclass
ConnectionProvider based on Agroal connection pool To use this ConnectionProvider set: -
Uses of Wrapped in org.hibernate.c3p0.internal
Classes in org.hibernate.c3p0.internal that implement WrappedModifier and TypeClassDescriptionclass
A connection provider that uses a C3P0 connection pool. -
Uses of Wrapped in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement WrappedModifier and TypeClassDescriptionclass
AConnectionProvider
that manages connections from an underlyingDataSource
.class
A connection provider that uses theDriverManager
directly to open connections and provides a very rudimentary connection pool.class
An implementation of theConnectionProvider
interface that simply throws an exception when a connection is requested, the assumption being that the application is responsible for handing the connection to use to the session. -
Uses of Wrapped in org.hibernate.engine.jdbc.connections.spi
Subinterfaces of Wrapped in org.hibernate.engine.jdbc.connections.spiModifier and TypeInterfaceDescriptioninterface
A contract for obtaining JDBC connections and, optionally, for pooling connections.interface
A specializedConnection
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 WrappedModifier and TypeClassDescriptionclass
Basic support for implementations ofMultiTenantConnectionProvider
based onDataSource
s.class
Basic support forMultiTenantConnectionProvider
implementations using an individualConnectionProvider
instance per tenant behind the scenes.class
A concrete implementation of theMultiTenantConnectionProvider
contract bases on a number of reasonable assumptions. -
Uses of Wrapped in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement WrappedModifier and TypeClassDescriptionclass
HikariCP Connection provider for Hibernate. -
Uses of Wrapped in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement WrappedModifier and TypeClassDescriptionclass
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties.class
A special connection provider that is shared across test runs for better performance.class
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 WrappedModifier and TypeClassDescriptionclass
AConnectionProvider
implementation intended for testing Hibernate/JTA interaction. -
Uses of Wrapped in org.hibernate.testing.orm.jdbc
Classes in org.hibernate.testing.orm.jdbc that implement WrappedModifier 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.