Uses of Interface
org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Packages that use JdbcResourceTransaction
Package
Description
Internals for supporting various aspects of JDBC interaction
Implementation of the SPI for managing JDBC connections and other heavyweight resources.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
An implementation of
TransactionCoordinator
based on JdbcResourceTransaction.An SPI which models the concept of a JDBC resource-level transaction.
-
Uses of JdbcResourceTransaction in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return JdbcResourceTransaction -
Uses of JdbcResourceTransaction in org.hibernate.resource.jdbc.internal
Classes in org.hibernate.resource.jdbc.internal that implement JdbcResourceTransactionModifier and TypeClassDescriptionclassBase support forLogicalConnectionimplementationsclassRepresents aLogicalConnectionwhere we manage obtaining and releasing theConnectionas needed.class -
Uses of JdbcResourceTransaction in org.hibernate.resource.jdbc.spi
Subinterfaces of JdbcResourceTransaction in org.hibernate.resource.jdbc.spiModifier and TypeInterfaceDescriptioninterfaceProvides access to manage "transactionality" via the JDBCConnection. -
Uses of JdbcResourceTransaction in org.hibernate.resource.transaction.backend.jdbc.internal
Constructors in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type JdbcResourceTransactionModifierConstructorDescriptionTransactionDriverControlImpl(JdbcResourceTransaction jdbcResourceTransaction) -
Uses of JdbcResourceTransaction in org.hibernate.resource.transaction.backend.jdbc.spi
Methods in org.hibernate.resource.transaction.backend.jdbc.spi that return JdbcResourceTransactionModifier and TypeMethodDescriptionJdbcResourceTransactionAccess.getResourceLocalTransaction()Provides access to the resource local transaction of this data store, which is used by theTransactionCoordinatorto manage transactions against the data store when not using JTA.