| Package | Description |
|---|---|
| oracle.toplink.essentials.internal.expressions | |
| oracle.toplink.essentials.queryframework |
| Modifier and Type | Class and Description |
|---|---|
class |
ForUpdateOfClause
Purpose:Represents The FOR UPDATE OF fine-grained pessimistically
locking clause.
|
| Modifier and Type | Field and Description |
|---|---|
protected ForUpdateClause |
SQLSelectStatement.forUpdateClause
Used for pessimistic locking ie.
|
protected static ForUpdateClause |
ForUpdateClause.NO_LOCK_CLAUSE |
| Modifier and Type | Method and Description |
|---|---|
protected ForUpdateClause |
SQLSelectStatement.getForUpdateClause() |
static ForUpdateClause |
ForUpdateClause.newInstance(short lockMode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SQLSelectStatement.setForUpdateClause(ForUpdateClause clause) |
void |
SQLSelectStatement.setLockingClause(ForUpdateClause lockingClause) |
| Modifier and Type | Field and Description |
|---|---|
protected ForUpdateClause |
ObjectBuildingQuery.lockingClause
Used for pessimistic locking.
|
| Modifier and Type | Method and Description |
|---|---|
ForUpdateClause |
ObjectLevelReadQuery.getLockingClause()
INTERNAL:
It is not exactly as simple as a query being either locking or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectLevelReadQuery.setLockingClause(ForUpdateClause clause)
INTERNAL:
The locking clause contains a list of expressions representing which
objects are to be locked by the query.
|
Copyright © 2024. All rights reserved.