Package org.hibernate.resource.transaction.backend.jdbc.spi
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:
-
InterfacesClassDescriptionModels access to the resource transaction of the underlying JDBC resource.Provides access to
JdbcResourceTransaction
(JDBC transaction stand-in) for use in building resource-localTransactionCoordinator
instances.