Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine.transaction.spi |
Modifier and Type | Method and Description |
---|---|
LocalStatus |
Transaction.getLocalStatus()
Get the current local status of this transaction.
|
Modifier and Type | Method and Description |
---|---|
LocalStatus |
AbstractTransactionImpl.getLocalStatus() |
static LocalStatus |
LocalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalStatus[] |
LocalStatus.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.