Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.resource.transaction.backend.jdbc.spi | |
org.hibernate.resource.transaction.spi |
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
|
Modifier and Type | Method and Description |
---|---|
TransactionStatus |
Transaction.getStatus()
Get the current local status of this transaction.
|
Modifier and Type | Method and Description |
---|---|
TransactionStatus |
JdbcResourceTransaction.getStatus() |
Modifier and Type | Method and Description |
---|---|
TransactionStatus |
TransactionCoordinator.TransactionDriver.getStatus() |
static TransactionStatus |
TransactionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionStatus[] |
TransactionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransactionStatus.isNotOneOf(TransactionStatus... statuses) |
boolean |
TransactionStatus.isOneOf(TransactionStatus... statuses) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.