Uses of Class
org.apache.openjpa.persistence.criteria.CriteriaExpressionVisitor.TraversalStyle

Packages that use CriteriaExpressionVisitor.TraversalStyle
org.apache.openjpa.persistence.criteria OpenJPA Criteria Query 
 

Uses of CriteriaExpressionVisitor.TraversalStyle in org.apache.openjpa.persistence.criteria
 

Methods in org.apache.openjpa.persistence.criteria that return CriteriaExpressionVisitor.TraversalStyle
 CriteriaExpressionVisitor.TraversalStyle CriteriaExpressionVisitor.getTraversalStyle(CriteriaExpression node)
          Get the traversal style of the children of the given node.
 CriteriaExpressionVisitor.TraversalStyle CriteriaExpressionVisitor.AbstractVisitor.getTraversalStyle(CriteriaExpression node)
          Returns PREFIX as the default traversal style.
static CriteriaExpressionVisitor.TraversalStyle CriteriaExpressionVisitor.TraversalStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CriteriaExpressionVisitor.TraversalStyle[] CriteriaExpressionVisitor.TraversalStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.