Uses of Interface
org.hibernate.service.spi.Configurable
-
Packages that use Configurable 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 JDBCConnection
s.org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.transaction.jta.platform.internal A range of container-specific implementations ofJtaPlatform
.org.hibernate.envers.boot.internal 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 Configurable in org.hibernate.agroal.internal
Classes in org.hibernate.agroal.internal that implement Configurable Modifier and Type Class Description class
AgroalConnectionProvider
ConnectionProvider based on Agroal connection pool To use this ConnectionProvider set: -
Uses of Configurable in org.hibernate.c3p0.internal
Classes in org.hibernate.c3p0.internal that implement Configurable Modifier and Type Class Description class
C3P0ConnectionProvider
A connection provider that uses a C3P0 connection pool. -
Uses of Configurable in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement Configurable Modifier and Type Class Description class
DatasourceConnectionProviderImpl
AConnectionProvider
that manages connections from an underlyingDataSource
.class
DriverManagerConnectionProviderImpl
A connection provider that uses theDriverManager
directly to open connections and provides a very rudimentary connection pool. -
Uses of Configurable in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement Configurable Modifier and Type Class Description class
JdbcServicesImpl
Standard implementation of theJdbcServices
contract -
Uses of Configurable in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement Configurable Modifier and Type Class Description class
AbstractJtaPlatform
class
AtomikosJtaPlatform
class
BitronixJtaPlatform
class
BorlandEnterpriseServerJtaPlatform
class
JBossAppServerJtaPlatform
JtaPlatform definition for JBoss Application Server.class
JBossStandAloneJtaPlatform
Return a standalone JTA transaction manager for JBoss (Arjuna) Transactions or WildFly transaction client Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA as well as WildFly 11+class
JOnASJtaPlatform
JTA platform implementation for JOnASclass
JOTMJtaPlatform
class
JRun4JtaPlatform
JtaPlatform
implementation for JRun4 ASclass
OC4JJtaPlatform
JtaPlatform
implementation for the OC4J (Oracle) AS.class
OrionJtaPlatform
JtaPlatform
implementation for Orionclass
ResinJtaPlatform
JtaPlatform
implementation for Resinclass
SapNetWeaverJtaPlatform
JtaPlatform
implementation for SAP NetWeaverclass
SunOneJtaPlatform
JtaPlatform
implementation for Sun ONE Application Server 7 and aboveclass
WeblogicJtaPlatform
JtaPlatform
implementation for Weblogicclass
WebSphereExtendedJtaPlatform
JTA platform implementation intended for use with WebSphere Application Server (WAS).class
WebSphereJtaPlatform
JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)class
WebSphereLibertyJtaPlatform
JTA platform implementation intended for use with WebSphere Liberty and OpenLibertyclass
WildFlyStandAloneJtaPlatform
Return a standalone JTA transaction manager for WildFly transaction client Known to work for WildFly 13+ -
Uses of Configurable in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement Configurable Modifier and Type Class Description class
EnversServiceImpl
Provides central access to Envers' configuration. -
Uses of Configurable in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement Configurable Modifier and Type Class Description class
HikariCPConnectionProvider
HikariCP Connection provider for Hibernate. -
Uses of Configurable in org.hibernate.proxool.internal
Classes in org.hibernate.proxool.internal that implement Configurable Modifier and Type Class Description class
ProxoolConnectionProvider
A connection provider that uses a Proxool connection pool. -
Uses of Configurable in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement Configurable 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 Configurable in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement Configurable Modifier and Type Class Description class
JtaAwareConnectionProviderImpl
AConnectionProvider
implementation intended for testing Hibernate/JTA interaction.class
TestingJtaPlatformImpl
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality. -
Uses of Configurable in org.hibernate.testing.orm.jdbc
Classes in org.hibernate.testing.orm.jdbc that implement Configurable Modifier and Type Class Description class
PreparedStatementSpyConnectionProvider
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it intercept the underlyingPreparedStatement
method calls.class
TimeZoneConnectionProvider
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 Configurable in org.hibernate.vibur.internal
Classes in org.hibernate.vibur.internal that implement Configurable Modifier and Type Class Description class
ViburDBCPConnectionProvider
ViburDBCP connection provider for Hibernate integration.
-