public class ForUpdateClause
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected static ForUpdateClause |
NO_LOCK_CLAUSE |
Constructor and Description |
---|
ForUpdateClause() |
ForUpdateClause(short lockMode) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
short |
getLockMode() |
boolean |
isForUpdateOfClause() |
boolean |
isReferenceClassLocked() |
static ForUpdateClause |
newInstance(short lockMode) |
void |
printSQL(ExpressionSQLPrinter printer,
SQLSelectStatement statement)
INTERNAL:
Prints the as of clause for an expression inside of the FROM clause.
|
protected static final ForUpdateClause NO_LOCK_CLAUSE
public ForUpdateClause()
public ForUpdateClause(short lockMode)
public java.lang.Object clone()
clone
in class java.lang.Object
public static ForUpdateClause newInstance(short lockMode)
public boolean isForUpdateOfClause()
public boolean isReferenceClassLocked()
public short getLockMode()
public void printSQL(ExpressionSQLPrinter printer, SQLSelectStatement statement)