Uses of Interface
org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
-
Packages that use JdbcResourceTransaction Package Description org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.resource.jdbc.internal org.hibernate.resource.jdbc.spi org.hibernate.resource.transaction.backend.jdbc.internal org.hibernate.resource.transaction.backend.jdbc.spi -
-
Uses of JdbcResourceTransaction in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return JdbcResourceTransaction Modifier and Type Method Description JdbcResourceTransactionJdbcCoordinatorImpl. getResourceLocalTransaction() -
Uses of JdbcResourceTransaction in org.hibernate.resource.jdbc.internal
Classes in org.hibernate.resource.jdbc.internal that implement JdbcResourceTransaction Modifier and Type Class Description classAbstractLogicalConnectionImplementorclassLogicalConnectionManagedImplRepresents a LogicalConnection where we manage obtaining and releasing the Connection as needed.classLogicalConnectionProvidedImpl -
Uses of JdbcResourceTransaction in org.hibernate.resource.jdbc.spi
Subinterfaces of JdbcResourceTransaction in org.hibernate.resource.jdbc.spi Modifier and Type Interface Description interfacePhysicalJdbcTransactionProvides access to manage "transactionality" via the JDBC Connection -
Uses of JdbcResourceTransaction in org.hibernate.resource.transaction.backend.jdbc.internal
Constructors in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type JdbcResourceTransaction Constructor Description TransactionDriverControlImpl(JdbcResourceTransaction jdbcResourceTransaction) -
Uses of JdbcResourceTransaction in org.hibernate.resource.transaction.backend.jdbc.spi
Methods in org.hibernate.resource.transaction.backend.jdbc.spi that return JdbcResourceTransaction Modifier and Type Method Description JdbcResourceTransactionJdbcResourceTransactionAccess. getResourceLocalTransaction()Provides access to the resource local transaction of this data store, which is used by the TransactionCoordinator to manage transactions against the data store when not using JTA.
-