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.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 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) -
Uses of StateFieldPathExpression in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type StateFieldPathExpression Modifier and Type Method Description voidAbstractContentAssistVisitor.AppendableExpressionVisitor. visit(StateFieldPathExpression expression)voidAbstractContentAssistVisitor.EndingQueryPositionBuilder. visit(StateFieldPathExpression expression)voidAbstractContentAssistVisitor.EnumVisitor. visit(StateFieldPathExpression expression)voidAbstractContentAssistVisitor. visit(StateFieldPathExpression expression)voidBasicRefactoringTool.AttributeNameRenamer. visit(StateFieldPathExpression expression)voidBasicRefactoringTool.ClassNameRenamer. visit(StateFieldPathExpression expression)voidBasicRefactoringTool.EnumConstantRenamer. visit(StateFieldPathExpression expression)voidDefaultSemanticValidator.TypeValidator. visit(StateFieldPathExpression expression) -
Uses of StateFieldPathExpression in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type StateFieldPathExpression Modifier and Type Method Description voidBasicStateObjectBuilder.UpdateStatementBuilder. visit(StateFieldPathExpression expression)voidBasicStateObjectBuilder. visit(StateFieldPathExpression expression) -
Uses of StateFieldPathExpression in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return StateFieldPathExpression Modifier and Type Method Description StateFieldPathExpressionStateFieldPathExpressionStateObject. getExpression()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type StateFieldPathExpression Modifier and Type Method Description voidStateFieldPathExpressionStateObject. setExpression(StateFieldPathExpression 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 StateFieldPathExpression in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type StateFieldPathExpression Modifier and Type Method Description voidFromSubqueryResolver.VirtualMappingBuilder. visit(StateFieldPathExpression expression)voidResolverBuilder. visit(StateFieldPathExpression expression)
-