Uses of Enum Class
org.hibernate.resource.transaction.spi.TransactionStatus

Packages that use TransactionStatus
Package
Description
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
 
Implementation of the SPI for managing JDBC connections and other heavyweight resources.
An implementation of TransactionCoordinator based on JdbcResourceTransaction.
An SPI which models the concept of a JDBC resource-level transaction.
Implementations of TransactionCoordinator based on JTA.
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.