Uses of Interface
com.blazebit.persistence.parser.expression.PathElementExpression
Packages that use PathElementExpression
-
Uses of PathElementExpression in com.blazebit.persistence.parser.expression
Classes in com.blazebit.persistence.parser.expression that implement PathElementExpressionModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in com.blazebit.persistence.parser.expression that return PathElementExpressionMethods in com.blazebit.persistence.parser.expression that return types with arguments of type PathElementExpressionMethods in com.blazebit.persistence.parser.expression with parameters of type PathElementExpressionModifier and TypeMethodDescriptionJPQLNextExpressionVisitorImpl.visitGeneralSubpath(JPQLNextParser.GeneralSubpathContext ctx, PathElementExpression initialPathElement) Method parameters in com.blazebit.persistence.parser.expression with type arguments of type PathElementExpressionModifier and TypeMethodDescriptionvoidPathExpression.setExpressions(List<PathElementExpression> expressions) Constructors in com.blazebit.persistence.parser.expression with parameters of type PathElementExpressionConstructor parameters in com.blazebit.persistence.parser.expression with type arguments of type PathElementExpressionModifierConstructorDescriptionPathExpression(List<PathElementExpression> pathProperties) PathExpression(List<PathElementExpression> pathProperties, boolean isCollectionKeyPath) PathExpression(List<PathElementExpression> pathProperties, PathReference pathReference, boolean usedInCollectionFunction, boolean collectionQualifiedPath)