Package org.hibernate.resource.transaction.backend.jdbc.spi
An SPI which models the concept of a JDBC resource-level transaction.
JDBC itself provides no object which represents a transaction.
- See Also:
JdbcResourceTransaction
-
Interface Summary Interface Description JdbcResourceTransaction Models access to the resource transaction of the underlying JDBC resource.JdbcResourceTransactionAccess Provides access toJdbcResourceTransaction
(JDBC transaction stand-in) for use in building resource-localTransactionCoordinator
instances.