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) |
org.eclipse.persistence.expressions.Expression |
getCurrentNode() |
boolean |
isConstructor() |
boolean |
isFrom() |
boolean |
isRoot() |
void findRootAndParameters(CommonAbstractCriteriaImpl criteriaQuery)
org.eclipse.persistence.expressions.Expression getCurrentNode()
boolean isFrom()
boolean isRoot()
boolean isConstructor()