Uses of Enum
org.apache.openjpa.persistence.criteria.CriteriaExpressionVisitor.TraversalStyle
Packages that use CriteriaExpressionVisitor.TraversalStyle
-
Uses of CriteriaExpressionVisitor.TraversalStyle in org.apache.openjpa.persistence.criteria
Methods in org.apache.openjpa.persistence.criteria that return CriteriaExpressionVisitor.TraversalStyleModifier and TypeMethodDescriptionCriteriaExpressionVisitor.AbstractVisitor.getTraversalStyle
(org.apache.openjpa.persistence.criteria.CriteriaExpression node) Returns PREFIX as the default traversal style.CriteriaExpressionVisitor.getTraversalStyle
(org.apache.openjpa.persistence.criteria.CriteriaExpression node) Get the traversal style of the children of the given node.Returns the enum constant of this type with the specified name.CriteriaExpressionVisitor.TraversalStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.