public interface InternalSelection
Purpose: Represents a Selection in the Criteria API implementation hierarchy.
Description: An InternalSelection has the EclipseLink expression representation of the Criteria API expressions. A special interface was created because Subqueries can be selections but are not in the ExpressionImpl hierarchy
Expression
Modifier and Type | Method and Description |
---|---|
void |
findRootAndParameters(CommonAbstractCriteriaImpl criteriaQuery) |
Expression |
getCurrentNode() |
boolean |
isConstructor() |
boolean |
isFrom() |
boolean |
isRoot() |
void findRootAndParameters(CommonAbstractCriteriaImpl criteriaQuery)
Expression getCurrentNode()
boolean isFrom()
boolean isRoot()
boolean isConstructor()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference