| Package | Description |
|---|---|
| sf.database.transaction |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
static Connection |
DefaultTransactionManager.getCurrentThreadConnection(DataSource ds,
TransactionIsolationLevel level) |
Copyright © 2020. All rights reserved.