Uses of Interface
org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Packages that use ConnectionProvider
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.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Support for exporting generated DDL to the database or to SQL scripts.
-
Uses of ConnectionProvider in org.hibernate.agroal.internal
Classes in org.hibernate.agroal.internal that implement ConnectionProviderModifier and TypeClassDescriptionclass
ConnectionProvider based on Agroal connection pool To use this ConnectionProvider set: -
Uses of ConnectionProvider in org.hibernate.c3p0.internal
Classes in org.hibernate.c3p0.internal that implement ConnectionProviderModifier and TypeClassDescriptionclass
A connection provider that uses a C3P0 connection pool. -
Uses of ConnectionProvider in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement ConnectionProviderModifier 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.Methods in org.hibernate.engine.jdbc.connections.internal that return ConnectionProviderModifier and TypeMethodDescriptionConnectionProviderInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.engine.jdbc.connections.internal that return types with arguments of type ConnectionProvider -
Uses of ConnectionProvider in org.hibernate.engine.jdbc.connections.spi
Methods in org.hibernate.engine.jdbc.connections.spi that return ConnectionProviderModifier and TypeMethodDescriptionprotected abstract ConnectionProvider
AbstractMultiTenantConnectionProvider.getAnyConnectionProvider()
protected abstract ConnectionProvider
AbstractMultiTenantConnectionProvider.selectConnectionProvider
(T tenantIdentifier) -
Uses of ConnectionProvider in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal that return ConnectionProviderModifier and TypeMethodDescriptionJdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess.getConnectionProvider()
Constructors in org.hibernate.engine.jdbc.env.internal with parameters of type ConnectionProviderModifierConstructorDescriptionConnectionProviderJdbcConnectionAccess
(ConnectionProvider connectionProvider) -
Uses of ConnectionProvider in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement ConnectionProviderModifier and TypeClassDescriptionclass
HikariCP Connection provider for Hibernate. -
Uses of ConnectionProvider in org.hibernate.internal
Constructors in org.hibernate.internal with parameters of type ConnectionProviderModifierConstructorDescriptionNonContextualJdbcConnectionAccess
(SessionEventListener listener, ConnectionProvider connectionProvider, SharedSessionContractImplementor session) -
Uses of ConnectionProvider in org.hibernate.testing.boot
Constructors in org.hibernate.testing.boot with parameters of type ConnectionProvider -
Uses of ConnectionProvider in org.hibernate.testing.common.connections
Methods in org.hibernate.testing.common.connections that return ConnectionProviderModifier and TypeMethodDescriptionprotected abstract ConnectionProvider
BaseTransactionIsolationConfigTest.getConnectionProviderUnderTest()
-
Uses of ConnectionProvider in org.hibernate.testing.env
Methods in org.hibernate.testing.env that return ConnectionProviderModifier and TypeMethodDescriptionstatic ConnectionProvider
ConnectionProviderBuilder.buildConnectionProvider()
static ConnectionProvider
ConnectionProviderBuilder.buildConnectionProvider
(boolean allowAggressiveRelease) static ConnectionProvider
ConnectionProviderBuilder.buildConnectionProvider
(String dbName) static ConnectionProvider
ConnectionProviderBuilder.buildConnectionProvider
(String dbName, Map<String, String> environmentOverrides) static ConnectionProvider
ConnectionProviderBuilder.buildDataSourceConnectionProvider
(String dbName) -
Uses of ConnectionProvider in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement ConnectionProviderModifier 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.Methods in org.hibernate.testing.jdbc that return ConnectionProviderMethods in org.hibernate.testing.jdbc with parameters of type ConnectionProviderModifier and TypeMethodDescriptionvoid
ConnectionProviderDelegate.setConnectionProvider
(ConnectionProvider connectionProvider) Constructors in org.hibernate.testing.jdbc with parameters of type ConnectionProvider -
Uses of ConnectionProvider in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement ConnectionProviderModifier and TypeClassDescriptionclass
AConnectionProvider
implementation intended for testing Hibernate/JTA interaction. -
Uses of ConnectionProvider in org.hibernate.testing.orm.jdbc
Classes in org.hibernate.testing.orm.jdbc that implement ConnectionProviderModifier 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. -
Uses of ConnectionProvider in org.hibernate.tool.schema.internal.exec
Constructors in org.hibernate.tool.schema.internal.exec with parameters of type ConnectionProviderModifierConstructorDescriptionJdbcConnectionAccessConnectionProviderImpl
(ConnectionProvider connectionProvider)