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()
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.