public class ContainsExpression extends Object implements org.apache.openjpa.kernel.exps.Expression, ExpressionNode
ExpressionNode.NodeType
Constructor and Description |
---|
ContainsExpression(org.apache.openjpa.kernel.exps.Value fieldPath,
org.apache.openjpa.kernel.exps.Value value) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisit(org.apache.openjpa.kernel.exps.ExpressionVisitor visitor) |
void |
appendSql(StringBuilder sql)
Appends the node SQL string to the string builder.
|
ExpressionNode.NodeType |
getNodeType()
Gets the node type
|
public ContainsExpression(org.apache.openjpa.kernel.exps.Value fieldPath, org.apache.openjpa.kernel.exps.Value value)
public void appendSql(StringBuilder sql)
ExpressionNode
appendSql
in interface ExpressionNode
sql
- The SQL string builder to append to.public ExpressionNode.NodeType getNodeType()
ExpressionNode
getNodeType
in interface ExpressionNode
public void acceptVisit(org.apache.openjpa.kernel.exps.ExpressionVisitor visitor)
acceptVisit
in interface org.apache.openjpa.kernel.exps.Expression
Copyright © GigaSpaces.