Package | Description |
---|---|
org.hibernate.engine.transaction.internal.jdbc | |
org.hibernate.engine.transaction.internal.jta | |
org.hibernate.engine.transaction.spi |
Modifier and Type | Method and Description |
---|---|
JoinStatus |
JdbcTransaction.getJoinStatus() |
Modifier and Type | Method and Description |
---|---|
JoinStatus |
JtaTransaction.getJoinStatus() |
JoinStatus |
CMTTransaction.getJoinStatus() |
Modifier and Type | Method and Description |
---|---|
JoinStatus |
TransactionImplementor.getJoinStatus()
Get the current state of this transaction's join status.
|
static JoinStatus |
JoinStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinStatus[] |
JoinStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.