Uses of Class
org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Packages that use CollectionExpression Package Description org.eclipse.persistence.jpa.jpql This package contains the Hermes features (except the parser itself): semantic and grammatical validations, content assist support, calculating the query result type or the possible type of an input parameter, refactoring tools.org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of CollectionExpression in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as CollectionExpression Modifier and Type Field Description protected CollectionExpressionAbstractGrammarValidator.CollectionExpressionVisitor. expressionTheCollectionExpressionif it is theExpressionthat was visited.Methods in org.eclipse.persistence.jpa.jpql that return CollectionExpression Modifier and Type Method Description protected CollectionExpressionAbstractGrammarValidator. getCollectionExpression(Expression expression)Casts the givenExpressionto aCollectionExpressionif it is actually an object of that type.Methods in org.eclipse.persistence.jpa.jpql with parameters of type CollectionExpression Modifier and Type Method Description protected voidAbstractGrammarValidator.AbstractCollectionValidator. validateEndsWithComma(CollectionExpression expression)protected voidAbstractGrammarValidator.AbstractCollectionValidator. validateSeparation(CollectionExpression expression)voidAbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator. visit(CollectionExpression expression)voidAbstractGrammarValidator.AbstractCollectionValidator. visit(CollectionExpression expression)voidAbstractGrammarValidator.CollectionExpressionVisitor. visit(CollectionExpression expression)voidAbstractGrammarValidator. visit(CollectionExpression expression)voidAbstractSemanticValidator. visit(CollectionExpression expression)voidAbstractValidator.BypassChildCollectionExpressionVisitor. visit(CollectionExpression expression)voidAbstractValidator.ChildrenCollectorVisitor. visit(CollectionExpression expression)voidAbstractValidator.JPQLQueryBNFValidator. visit(CollectionExpression expression)voidAbstractValidator.NestedArrayVisitor. visit(CollectionExpression expression)voidBaseDeclarationIdentificationVariableFinder. visit(CollectionExpression expression) -
Uses of CollectionExpression in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return CollectionExpression Modifier and Type Method Description CollectionExpressionAbstractConditionalClause. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the single select item.CollectionExpressionAbstractDoubleEncapsulatedExpression. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the first and second expressions.CollectionExpressionAbstractFromClause. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the single declaration.CollectionExpressionAbstractOrderByClause. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the single order by item.CollectionExpressionAbstractSelectClause. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the single select item.CollectionExpressionAbstractTripleEncapsulatedExpression. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the first, second and third expressions.CollectionExpressionConcatExpression. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the single constructor item.CollectionExpressionConstructorExpression. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the single constructor item.CollectionExpressionDeleteClause. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the single range variable declaration.CollectionExpressionGroupByClause. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the single group by item.CollectionExpressionIdentificationVariableDeclaration. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the single join expression.CollectionExpressionUpdateClause. buildCollectionExpression()Creates a newCollectionExpressionthat will wrap the single update item.CollectionExpressionWhenClause. buildWhenCollectionExpression()Creates a newCollectionExpressionthat will wrap the singleWHENexpression.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type CollectionExpression Modifier and Type Method Description voidAbstractExpressionVisitor. visit(CollectionExpression expression)voidAnonymousExpressionVisitor. visit(CollectionExpression expression)voidExpressionVisitor. visit(CollectionExpression expression)Visits theCollectionExpressionexpression.
-