| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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–2022 Apache Software Foundation. All rights reserved.