Uses of Class
org.eclipse.persistence.jpa.jpql.parser.UnionClause
Packages that use UnionClause
Package
Description
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.
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
-
Uses of UnionClause in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as UnionClauseMethods in org.eclipse.persistence.jpa.jpql with parameters of type UnionClauseModifier and TypeMethodDescriptionvoidAbstractGrammarValidator.visit(UnionClause expression) voidAbstractSemanticValidator.visit(UnionClause expression) voidAbstractValidator.OwningClauseVisitor.visit(UnionClause expression) voidEclipseLinkGrammarValidator.visit(UnionClause expression) -
Uses of UnionClause in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type UnionClauseModifier and TypeMethodDescriptionvoidAbstractExpressionVisitor.visit(UnionClause expression) voidAnonymousExpressionVisitor.visit(UnionClause expression) voidExpressionVisitor.visit(UnionClause expression) Visits theUnionClauseexpression. -
Uses of UnionClause in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type UnionClauseModifier and TypeMethodDescriptionvoidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(UnionClause expression) voidAbstractContentAssistVisitor.visit(UnionClause expression) -
Uses of UnionClause in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type UnionClause