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.
-
Uses of TransactionStatus in org.hibernate
Methods in org.hibernate that return TransactionStatus -
Uses of TransactionStatus in org.hibernate.engine.transaction.internal
Methods in org.hibernate.engine.transaction.internal that return TransactionStatus -
Uses of TransactionStatus in org.hibernate.resource.jdbc.internal
Methods in org.hibernate.resource.jdbc.internal that return TransactionStatus -
Uses of TransactionStatus in org.hibernate.resource.transaction.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal that return TransactionStatusModifier and TypeMethodDescriptionJdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl.getStatus()
-
Uses of TransactionStatus in org.hibernate.resource.transaction.backend.jdbc.spi
Methods in org.hibernate.resource.transaction.backend.jdbc.spi that return TransactionStatus -
Uses of TransactionStatus in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return TransactionStatusModifier and TypeMethodDescriptionJtaTransactionAdapter.getStatus()
JtaTransactionAdapterTransactionManagerImpl.getStatus()
JtaTransactionAdapterUserTransactionImpl.getStatus()
JtaTransactionCoordinatorImpl.TransactionDriverControlImpl.getStatus()
static TransactionStatus
StatusTranslator.translate
(int status) -
Uses of TransactionStatus in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi that return TransactionStatusModifier and TypeMethodDescriptionTransactionCoordinator.TransactionDriver.getStatus()
static TransactionStatus
Returns the enum constant of this class with the specified name.static TransactionStatus[]
TransactionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.resource.transaction.spi with parameters of type TransactionStatusModifier and TypeMethodDescriptionboolean
TransactionStatus.isNotOneOf
(TransactionStatus... statuses) boolean
TransactionStatus.isOneOf
(TransactionStatus... statuses)