public class SetNode extends MajorNode
shouldGenerateExpression
Constructor and Description |
---|
SetNode() |
Modifier and Type | Method and Description |
---|---|
void |
addUpdatesToQuery(UpdateAllQuery theQuery,
GenerationContext context)
Iterate through the updates in this query and build expressions for them.
|
Node |
qualifyAttributeAccess(ParseTreeContext context)
INTERNAL
Check the update item node for a path expression starting with a
unqualified field access and if so, replace it by a qualified field
access.
|
void |
setAssignmentNodes(java.util.List nodes)
INTERNAL
|
void |
validate(ParseTreeContext context)
INTERNAL
Validate node.
|
getContext, setContext
addToExpression, appendExpression, applyToQuery, generateExpression, getAlias, getAsString, getColumn, getLeft, getLine, getRight, getType, hasLeft, hasRight, isAggregateNode, isAliasableNode, isAttributeNode, isConstructorNode, isCountNode, isDivideNode, isDotNode, isEscape, isLiteralNode, isMapKeyNode, isMinusNode, isMultiplyNode, isNotNode, isParameterNode, isPlusNode, isSubqueryNode, isVariableNode, resolveAttribute, resolveClass, resolveClass, resolveMapping, resolveMapping, setAlias, setColumn, setLeft, setLine, setRight, setType, toString, toString, toStringDisplayName, toStringIndent, validateParameter
public void addUpdatesToQuery(UpdateAllQuery theQuery, GenerationContext context)
public Node qualifyAttributeAccess(ParseTreeContext context)
qualifyAttributeAccess
in class Node
public void validate(ParseTreeContext context)
public void setAssignmentNodes(java.util.List nodes)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference