Uses of Class
org.eclipse.persistence.internal.expressions.SubSelectExpression
-
Packages that use SubSelectExpression Package Description org.eclipse.persistence.internal.expressions -
-
Uses of SubSelectExpression in org.eclipse.persistence.internal.expressions
Fields in org.eclipse.persistence.internal.expressions declared as SubSelectExpression Modifier and Type Field Description protected SubSelectExpressionFromSubSelectExpression. subSelectAllows a sub-select to be defined from clause.Fields in org.eclipse.persistence.internal.expressions with type parameters of type SubSelectExpression Modifier and Type Field Description protected List<SubSelectExpression>ExpressionNormalizer. subSelectExpressionsSubselect expressions found in the course of normalization.Methods in org.eclipse.persistence.internal.expressions that return SubSelectExpression Modifier and Type Method Description static SubSelectExpressionSubSelectExpression. createSubSelectExpressionForCount(Expression outerQueryBaseExpression, Expression outerQueryCriteria, String attribute, Class<?> returnType)INTERNAL: This factory method is used to build a subselect that will do a count.SubSelectExpressionFromSubSelectExpression. getSubSelect()Methods in org.eclipse.persistence.internal.expressions with parameters of type SubSelectExpression Modifier and Type Method Description voidExpressionNormalizer. addSubSelectExpression(SubSelectExpression subSelectExpression)INTERNAL: Remember this subselect so that it can be normalized after the enclosing select statement is.voidFromSubSelectExpression. setSubSelect(SubSelectExpression subSelect)Constructors in org.eclipse.persistence.internal.expressions with parameters of type SubSelectExpression Constructor Description FromSubSelectExpression(SubSelectExpression subSelect)
-