Uses of Class
org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
Packages that use SimpleSelectClause
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.
The classes defined in this package define the state model API, a state model can be used to
manually or programmatically create and edit a JPQL query.
This package contains the
StateObject classes that represents a JPQL query.-
Uses of SimpleSelectClause in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as SimpleSelectClauseMethods in org.eclipse.persistence.jpa.jpql with parameters of type SimpleSelectClauseModifier and TypeMethodDescriptionprotected booleanEclipseLinkGrammarValidator.isInExpressionWithNestedArray(SimpleSelectClause expression) Determines whether the subquery is part of anINexpression where the left expression is a nested array.protected booleanAbstractGrammarValidator.isMultipleSubquerySelectItemsAllowed(SimpleSelectClause expression) Determines whether the given subquerySELECTclause can return more than one item or just a single.protected booleanEclipseLinkGrammarValidator.isMultipleSubquerySelectItemsAllowed(SimpleSelectClause expression) protected voidAbstractSemanticValidator.validateSimpleSelectClause(SimpleSelectClause expression) Validates the givenSimpleSelectClause.voidAbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator.visit(SimpleSelectClause expression) voidAbstractGrammarValidator.visit(SimpleSelectClause expression) final voidAbstractSemanticValidator.visit(SimpleSelectClause expression) voidAbstractValidator.OwningClauseVisitor.visit(SimpleSelectClause expression) voidEclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor.visit(SimpleSelectClause expression) -
Uses of SimpleSelectClause in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return SimpleSelectClauseModifier and TypeMethodDescriptionprotected SimpleSelectClauseSimpleSelectStatement.buildSelectClause()Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type SimpleSelectClauseModifier and TypeMethodDescriptionvoidAbstractExpressionVisitor.visit(SimpleSelectClause expression) voidAnonymousExpressionVisitor.visit(SimpleSelectClause expression) voidExpressionVisitor.visit(SimpleSelectClause expression) Visits theSimpleSelectClauseexpression. -
Uses of SimpleSelectClause in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type SimpleSelectClauseModifier and TypeMethodDescriptionvoidAbstractContentAssistVisitor.AppendableExpressionVisitor.visit(SimpleSelectClause expression) voidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(SimpleSelectClause expression) voidAbstractContentAssistVisitor.visit(SimpleSelectClause expression) -
Uses of SimpleSelectClause in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type SimpleSelectClauseModifier and TypeMethodDescriptionvoidBasicStateObjectBuilder.SimpleSelectStatementBuilder.visit(SimpleSelectClause expression) final voidBasicStateObjectBuilder.visit(SimpleSelectClause expression) -
Uses of SimpleSelectClause in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return SimpleSelectClauseMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type SimpleSelectClauseModifier and TypeMethodDescriptionvoidSimpleSelectClauseStateObject.setExpression(SimpleSelectClause expression) Keeps a reference of theparsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. -
Uses of SimpleSelectClause in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type SimpleSelectClauseModifier and TypeMethodDescriptionvoidDeclarationResolver.DeclarationVisitor.visit(SimpleSelectClause expression) voidFromSubqueryResolver.VirtualMappingBuilder.visit(SimpleSelectClause expression) voidResolverBuilder.visit(SimpleSelectClause expression)