Modifier and Type | Field and Description |
---|---|
static IsolationLevel |
IsolationLevel.READ_COMMITTED
The read committed isolation level.
|
static IsolationLevel |
IsolationLevel.READ_UNCOMMITTED
The read uncommitted isolation level.
|
static IsolationLevel |
IsolationLevel.REPEATABLE_READ
The repeatable read isolation level.
|
static IsolationLevel |
IsolationLevel.SERIALIZABLE
The serializable isolation level.
|
Modifier and Type | Method and Description |
---|---|
IsolationLevel |
Connection.getTransactionIsolationLevel()
Returns the
IsolationLevel for this connection. |
static IsolationLevel |
IsolationLevel.valueOf(String sql)
Returns a constant single of an isolation level.
|
Modifier and Type | Method and Description |
---|---|
Publisher<Void> |
Connection.setTransactionIsolationLevel(IsolationLevel isolationLevel)
Configures the isolation level for the current transaction.
|
Copyright © 2021. All rights reserved.