Uses of Class
org.eclipse.persistence.jpa.jpql.parser.InputParameter
Packages that use InputParameter
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 InputParameter in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as InputParameterModifier and TypeFieldDescriptionprotected InputParameterParameterTypeVisitor.inputParameterTheInputParameterfor which its type will be searched by visiting the query.Methods in org.eclipse.persistence.jpa.jpql with parameters of type InputParameterModifier and TypeMethodDescriptionprotected booleanAbstractGrammarValidator.isInputParameterInValidLocation(InputParameter expression) protected booleanEclipseLinkGrammarValidator.isInputParameterInValidLocation(InputParameter expression) protected voidAbstractGrammarValidator.validateOwningClause(InputParameter expression, String parameter) voidAbstractGrammarValidator.visit(InputParameter expression) final voidAbstractSemanticValidator.visit(InputParameter expression) voidLiteralVisitor.visit(InputParameter expression) voidParameterTypeVisitor.visit(InputParameter expression) -
Uses of InputParameter in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type InputParameterModifier and TypeMethodDescriptionvoidAbstractExpressionVisitor.visit(InputParameter expression) voidAnonymousExpressionVisitor.visit(InputParameter expression) voidExpressionVisitor.visit(InputParameter expression) Visits theInputParameterexpression. -
Uses of InputParameter in org.eclipse.persistence.jpa.jpql.tools
Fields in org.eclipse.persistence.jpa.jpql.tools with type parameters of type InputParameterModifier and TypeFieldDescriptionprotected Collection<InputParameter> JPQLQueryContext.InputParameterVisitor.inputParametersThe collection ofInputParametersthat was retrieved by traversing the parsed tree.Methods in org.eclipse.persistence.jpa.jpql.tools that return types with arguments of type InputParameterModifier and TypeMethodDescriptionJPQLQueryContext.findInputParameters(String parameterName) Retrieves all theInputParameterswith the given parameter name.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type InputParameterModifier and TypeMethodDescriptionJPQLQueryContext.getParameterType(InputParameter inputParameter) Retrieves, if it can be determined, the type of the givenInputParameter.voidAbstractContentAssistVisitor.AppendableExpressionVisitor.visit(InputParameter expression) voidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(InputParameter expression) voidAbstractContentAssistVisitor.visit(InputParameter expression) final voidDefaultSemanticValidator.TypeValidator.visit(InputParameter expression) voidJPQLQueryContext.InputParameterVisitor.visit(InputParameter expression) -
Uses of InputParameter in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type InputParameter -
Uses of InputParameter in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return InputParameterMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type InputParameterModifier and TypeMethodDescriptionvoidInputParameterStateObject.setExpression(InputParameter 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 InputParameter in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type InputParameter