Uses of Interface
org.hibernate.service.spi.Wrapped
-
Packages that use Wrapped Package Description org.hibernate.agroal.internal Implementation of ConnectionProvider using Agroal.org.hibernate.c3p0.internal Implementation of ConnectionProvider using the c3p0 Connection pool.org.hibernate.engine.jdbc.connections.internal Various implementations of the SPI contracts for obtaining JDBCConnections.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnections from a provider implemented as a service.org.hibernate.hikaricp.internal Implementation of ConnectionProvider using HikariCP.org.hibernate.proxool.internal Implementation of ConnectionProvider using the proxool Connection pool.org.hibernate.testing.jdbc org.hibernate.testing.jta org.hibernate.testing.orm.jdbc org.hibernate.vibur.internal Implementation of ConnectionProvider using ViburDBCP. -
-
Uses of Wrapped in org.hibernate.agroal.internal
Classes in org.hibernate.agroal.internal that implement Wrapped Modifier and Type Class Description classAgroalConnectionProviderConnectionProvider 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 Wrapped Modifier and Type Class Description classC3P0ConnectionProviderA 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 Wrapped Modifier and Type Class Description classDatasourceConnectionProviderImplAConnectionProviderthat manages connections from an underlyingDataSource.classDriverManagerConnectionProviderImplA connection provider that uses theDriverManagerdirectly to open connections and provides a very rudimentary connection pool.classUserSuppliedConnectionProviderImplAn implementation of theConnectionProviderinterface 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.spi Modifier and Type Interface Description interfaceConnectionProviderA contract for obtaining JDBC connections and, optionally, for pooling connections.interfaceMultiTenantConnectionProvider<T>A specializedConnectionprovider 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 classAbstractDataSourceBasedMultiTenantConnectionProviderImpl<T>Basic support for implementations ofMultiTenantConnectionProviderbased on DataSources.classAbstractMultiTenantConnectionProvider<T>Basic support forMultiTenantConnectionProviderimplementations using individualConnectionProviderinstances per tenant behind the scenes.classDataSourceBasedMultiTenantConnectionProviderImpl<T>A concrete implementation of theMultiTenantConnectionProvidercontract bases on a number of reasonable assumptions. -
Uses of Wrapped in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement Wrapped Modifier and Type Class Description classHikariCPConnectionProviderHikariCP Connection provider for Hibernate. -
Uses of Wrapped in org.hibernate.proxool.internal
Classes in org.hibernate.proxool.internal that implement Wrapped Modifier and Type Class Description classProxoolConnectionProviderA connection provider that uses a Proxool connection pool. -
Uses of Wrapped in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement Wrapped 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. -
Uses of Wrapped in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement Wrapped Modifier and Type Class Description classJtaAwareConnectionProviderImplAConnectionProviderimplementation intended for testing Hibernate/JTA interaction. -
Uses of Wrapped in org.hibernate.testing.orm.jdbc
Classes in org.hibernate.testing.orm.jdbc that implement Wrapped Modifier and Type Class Description classPreparedStatementSpyConnectionProviderThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties, and it intercept the underlyingPreparedStatementmethod calls.classTimeZoneConnectionProviderThisConnectionProviderextends 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. -
Uses of Wrapped in org.hibernate.vibur.internal
Classes in org.hibernate.vibur.internal that implement Wrapped Modifier and Type Class Description classViburDBCPConnectionProviderViburDBCP connection provider for Hibernate integration.
-