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

Packages that use CriteriaExpressionVisitor.TraversalStyle
org.apache.openjpa.persistence.criteria OpenJPA Criteria Query This package provides an implementation of Criteria API in JPA 2.0 Specification and extended features such as Query-By-Example. 
 

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(org.apache.openjpa.persistence.criteria.CriteriaExpression node)
          Get the traversal style of the children of the given node.
 CriteriaExpressionVisitor.TraversalStyle CriteriaExpressionVisitor.AbstractVisitor.getTraversalStyle(org.apache.openjpa.persistence.criteria.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–2013 Apache Software Foundation. All rights reserved.