| Package | Description |
|---|---|
| net.sf.mmm.transaction.api |
Provides the API for transaction support.
|
| Modifier and Type | Field and Description |
|---|---|
private TransactionIsolationLevel |
TransactionSettings.isolationLevel |
| Modifier and Type | Method and Description |
|---|---|
TransactionIsolationLevel |
TransactionSettings.getIsolationLevel()
This method gets the
isolation-level. |
static TransactionIsolationLevel |
TransactionIsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionIsolationLevel[] |
TransactionIsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionSettings.setIsolationLevel(TransactionIsolationLevel isolationLevel) |
Copyright © 2001–2016 mmm-Team. All rights reserved.