Package | Description |
---|---|
org.codejargon.fluentjdbc.api.query |
Modifier and Type | Method and Description |
---|---|
static Transaction.Isolation |
Transaction.Isolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.Isolation[] |
Transaction.Isolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
Transaction.isolation(Transaction.Isolation isolation)
Specifies transaction isolation
|
Copyright © 2016. All rights reserved.