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(AbstractQueryImpl criteriaQuery) |
Expression |
getCurrentNode() |
boolean |
isConstructor() |
boolean |
isFrom() |
boolean |
isRoot() |
void findRootAndParameters(AbstractQueryImpl criteriaQuery)
Expression getCurrentNode()
boolean isFrom()
boolean isRoot()
boolean isConstructor()
EclipseLink 2.4.2, "build v20130514-5956486" API Reference