Uses of Class
org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
Packages that use StateFieldPathExpression 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 StateFieldPathExpression in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as StateFieldPathExpression Modifier and Type Field Description protected StateFieldPathExpressionAbstractSemanticValidator.StateFieldPathExpressionVisitor. expressionTheStateFieldPathExpressionthat was visited;nullif it was not.Methods in org.eclipse.persistence.jpa.jpql that return StateFieldPathExpression Modifier and Type Method Description protected StateFieldPathExpressionAbstractSemanticValidator. getStateFieldPathExpression(Expression expression)Methods in org.eclipse.persistence.jpa.jpql with parameters of type StateFieldPathExpression Modifier and Type Method Description protected booleanAbstractSemanticValidator. validateStateFieldPathExpression(StateFieldPathExpression expression, AbstractSemanticValidator.PathType pathType)Validates the givenStateFieldPathExpression.protected BooleanAbstractEclipseLinkSemanticValidator. validateThirdPartyStateFieldPathExpression(StateFieldPathExpression expression)protected BooleanAbstractSemanticValidator. validateThirdPartyStateFieldPathExpression(StateFieldPathExpression expression)Validates the givenStateFieldPathExpression, which means the path does not represent a mapping, or an enum constant.voidAbstractGrammarValidator. visit(StateFieldPathExpression expression)voidAbstractSemanticValidator.ComparisonExpressionVisitor. visit(StateFieldPathExpression expression)voidAbstractSemanticValidator.InItemsVisitor. visit(StateFieldPathExpression expression)voidAbstractSemanticValidator.StateFieldPathExpressionVisitor. visit(StateFieldPathExpression expression)voidAbstractSemanticValidator. visit(StateFieldPathExpression expression)voidLiteralVisitor. visit(StateFieldPathExpression expression)voidParameterTypeVisitor. visit(StateFieldPathExpression expression) -
Uses of StateFieldPathExpression in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return StateFieldPathExpression Modifier and Type Method Description StateFieldPathExpressionIdentificationVariable. getStateFieldPathExpression()Returns the actual representation of the parsed information.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type StateFieldPathExpression Modifier and Type Method Description voidAbstractExpressionVisitor. visit(StateFieldPathExpression expression)voidAnonymousExpressionVisitor. visit(StateFieldPathExpression expression)voidExpressionVisitor. visit(StateFieldPathExpression expression)Visits theStateFieldPathExpressionexpression.voidFullyQualifyPathExpressionVisitor. visit(StateFieldPathExpression expression)
-