Uses of Interface
org.hibernate.service.spi.Configurable
Packages that use Configurable
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.Internals for supporting various aspects of JDBC interaction
A range of container-specific implementations of
JtaPlatform
.Implementation of ConnectionProvider using HikariCP.
-
Uses of Configurable in org.hibernate.agroal.internal
Classes in org.hibernate.agroal.internal that implement ConfigurableModifier and TypeClassDescriptionclass
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 ConfigurableModifier and TypeClassDescriptionclass
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 ConfigurableModifier 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. -
Uses of Configurable in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement Configurable -
Uses of Configurable in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement ConfigurableModifier and TypeClassDescriptionclass
class
class
class
class
JtaPlatform definition for JBoss Application Server.class
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
JTA platform implementation for JOnASclass
class
JtaPlatform
implementation for JRun4 ASclass
JtaPlatform
implementation for the OC4J (Oracle) AS.class
JtaPlatform
implementation for Orionclass
JtaPlatform
implementation for Resinclass
JtaPlatform
implementation for SAP NetWeaverclass
JtaPlatform
implementation for Sun ONE Application Server 7 and aboveclass
JtaPlatform
implementation for Weblogicclass
JTA platform implementation intended for use with WebSphere Application Server (WAS).class
JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)class
JTA platform implementation intended for use with WebSphere Liberty and OpenLibertyclass
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 ConfigurableModifier and TypeClassDescriptionclass
Provides central access to Envers' configuration. -
Uses of Configurable in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement ConfigurableModifier and TypeClassDescriptionclass
HikariCP Connection provider for Hibernate. -
Uses of Configurable in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement ConfigurableModifier 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 Configurable in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement ConfigurableModifier and TypeClassDescriptionclass
AConnectionProvider
implementation intended for testing Hibernate/JTA interaction.class
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 ConfigurableModifier 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.