| Package | Description |
|---|---|
| org.springframework.data.relational.core.sql |
Statement Builder implementation.
|
| Modifier and Type | Method and Description |
|---|---|
LockMode |
LockOptions.getLockMode() |
LockMode |
Select.getLockMode() |
static LockMode |
LockMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockMode[] |
LockMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SelectBuilder.SelectLock |
SelectBuilder.SelectLock.lock(LockMode lockMode)
Apply lock to read.
|
| Constructor and Description |
|---|
LockOptions(LockMode lockMode,
From from) |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.