public interface CriteriaExpressionVisitor
Modifier and Type | Interface and Description |
---|---|
static class |
CriteriaExpressionVisitor.AbstractVisitor
An abstract implementation that can detect cycles during traversal.
|
static class |
CriteriaExpressionVisitor.ParameterVisitor
A visitor to register Parameter expression of a query.
|
static class |
CriteriaExpressionVisitor.TraversalStyle |
Modifier and Type | Method and Description |
---|---|
void |
enter(org.apache.openjpa.persistence.criteria.CriteriaExpression node)
Enter the given node.
|
void |
exit(org.apache.openjpa.persistence.criteria.CriteriaExpression node)
Exit the given node.
|
CriteriaExpressionVisitor.TraversalStyle |
getTraversalStyle(org.apache.openjpa.persistence.criteria.CriteriaExpression node)
Get the traversal style of the children of the given node.
|
boolean |
isVisited(org.apache.openjpa.persistence.criteria.CriteriaExpression node)
Affirms if this node has been visited.
|
void enter(org.apache.openjpa.persistence.criteria.CriteriaExpression node)
void exit(org.apache.openjpa.persistence.criteria.CriteriaExpression node)
boolean isVisited(org.apache.openjpa.persistence.criteria.CriteriaExpression node)
CriteriaExpressionVisitor.TraversalStyle getTraversalStyle(org.apache.openjpa.persistence.criteria.CriteriaExpression node)
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.