Uses of Interface
com.blazebit.persistence.parser.expression.PathReference
| Package | Description |
|---|---|
| com.blazebit.persistence.parser.expression |
-
Uses of PathReference in com.blazebit.persistence.parser.expression
Methods in com.blazebit.persistence.parser.expression that return PathReference Modifier and Type Method Description PathReferencePathExpression. getPathReference()Methods in com.blazebit.persistence.parser.expression with parameters of type PathReference Modifier and Type Method Description voidPathExpression. setPathReference(PathReference pathReference)Constructors in com.blazebit.persistence.parser.expression with parameters of type PathReference Constructor Description PathExpression(List<PathElementExpression> pathProperties, PathReference pathReference, boolean usedInCollectionFunction, boolean collectionQualifiedPath)