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. -
-
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.
-