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.
An SPI which models the concept of a JDBC resource-level transaction.
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.