Uses of Class
org.eclipse.persistence.internal.expressions.ForUpdateClause
-
Packages that use ForUpdateClause Package Description org.eclipse.persistence.internal.expressions org.eclipse.persistence.queries -
-
Uses of ForUpdateClause in org.eclipse.persistence.internal.expressions
Subclasses of ForUpdateClause in org.eclipse.persistence.internal.expressions Modifier and Type Class Description classForUpdateOfClausePurpose:Represents The FOR UPDATE OF fine-grained pessimistically locking clause.Fields in org.eclipse.persistence.internal.expressions declared as ForUpdateClause Modifier and Type Field Description protected ForUpdateClauseSQLSelectStatement. forUpdateClauseUsed for pessimistic locking ie.protected static ForUpdateClauseForUpdateClause. NO_LOCK_CLAUSEMethods in org.eclipse.persistence.internal.expressions that return ForUpdateClause Modifier and Type Method Description protected ForUpdateClauseOuterJoinExpressionHolder. getForUpdateClause()protected ForUpdateClauseSQLSelectStatement. getForUpdateClause()static ForUpdateClauseForUpdateClause. newInstance(short lockMode)static ForUpdateClauseForUpdateClause. newInstance(Integer waitTimeout)Methods in org.eclipse.persistence.internal.expressions with parameters of type ForUpdateClause Modifier and Type Method Description protected voidSQLSelectStatement. setForUpdateClause(ForUpdateClause clause)voidSQLSelectStatement. setLockingClause(ForUpdateClause lockingClause) -
Uses of ForUpdateClause in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as ForUpdateClause Modifier and Type Field Description protected ForUpdateClauseObjectBuildingQuery. lockingClauseUsed for pessimistic locking.Methods in org.eclipse.persistence.queries that return ForUpdateClause Modifier and Type Method Description ForUpdateClauseObjectLevelReadQuery. getLockingClause()INTERNAL: It is not exactly as simple as a query being either locking or not.Methods in org.eclipse.persistence.queries with parameters of type ForUpdateClause Modifier and Type Method Description voidObjectLevelReadQuery. setLockingClause(ForUpdateClause clause)INTERNAL: The locking clause contains a list of expressions representing which objects are to be locked by the query.
-