Uses of Class
org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Packages that use InputParameter 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.org.eclipse.persistence.jpa.jpql.tools org.eclipse.persistence.jpa.jpql.tools.model 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.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query.org.eclipse.persistence.jpa.jpql.tools.resolver -
-
Uses of InputParameter in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as InputParameter Modifier and Type Field Description protected InputParameterParameterTypeVisitor. inputParameterTheInputParameterfor which its type will be searched by visiting the query.Methods in org.eclipse.persistence.jpa.jpql with parameters of type InputParameter Modifier and Type Method Description protected booleanAbstractGrammarValidator. isInputParameterInValidLocation(InputParameter expression)protected booleanEclipseLinkGrammarValidator. isInputParameterInValidLocation(InputParameter expression)protected voidAbstractGrammarValidator. validateOwningClause(InputParameter expression, String parameter)voidAbstractGrammarValidator. visit(InputParameter expression)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 InputParameter Modifier and Type Method Description voidAbstractExpressionVisitor. 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 InputParameter Modifier and Type Field Description protected 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 InputParameter Modifier and Type Method Description Collection<InputParameter>JPQLQueryContext. findInputParameters(String parameterName)Retrieves all theInputParameterswith the given parameter name.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type InputParameter Modifier and Type Method Description ITypeJPQLQueryContext. 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)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 Modifier and Type Method Description voidBasicStateObjectBuilder. visit(InputParameter expression) -
Uses of InputParameter in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return InputParameter Modifier and Type Method Description InputParameterInputParameterStateObject. getExpression()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type InputParameter Modifier and Type Method Description voidInputParameterStateObject. 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 Modifier and Type Method Description voidResolverBuilder. visit(InputParameter expression)
-