| Package | Description |
|---|---|
| com.holonplatform.jdbc.transaction |
| Modifier and Type | Method and Description |
|---|---|
static TransactionIsolation |
TransactionIsolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionIsolation[] |
TransactionIsolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<TransactionIsolation> |
JdbcTransactionOptions.getTransactionIsolation()
Get the transaction isolation level to use.
|
| Modifier and Type | Method and Description |
|---|---|
static JdbcTransactionOptions |
JdbcTransactionOptions.using(TransactionIsolation isolation)
Create a new
JdbcTransactionOptions specifying the transaction isolation level. |
Copyright © 2019 The Holon Platform. All rights reserved.