Uses of Interface
org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
-
Packages that use JdbcResourceTransaction Package Description org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".org.hibernate.resource.transaction.backend.jdbc.spi An SPI which models the concept of a JDBC resource-level transaction. -
-
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 JDBCConnection. -
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 theTransactionCoordinatorto manage transactions against the data store when not using JTA.
-