Uses of Interface
org.hibernate.service.spi.Configurable
-
Packages that use Configurable Package Description org.hibernate.engine.transaction.jta.platform.internal org.hibernate.testing.jdbc org.hibernate.testing.jta org.jboss.as.jpa.hibernate5 -
-
Uses of Configurable in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Configurable Modifier and Type Class Description class
org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
class
org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
-
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
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.jboss.as.jpa.hibernate5
Classes in org.jboss.as.jpa.hibernate5 that implement Configurable Modifier and Type Class Description class
JBossAppServerJtaPlatform
-