Uses of Class
org.apache.cayenne.exp.path.CayennePathSegment
Packages that use CayennePathSegment
-
Uses of CayennePathSegment in org.apache.cayenne.exp.path
Methods in org.apache.cayenne.exp.path that return CayennePathSegmentModifier and TypeMethodDescriptiondefault CayennePathSegment
CayennePath.first()
Get the first segment of this path if it's not emptydefault CayennePathSegment
CayennePath.last()
Get the last segment of this path if it's not emptyCayennePathSegment.outer()
static CayennePathSegment
static CayennePathSegment
Methods in org.apache.cayenne.exp.path that return types with arguments of type CayennePathSegmentMethods in org.apache.cayenne.exp.path with parameters of type CayennePathSegmentModifier and TypeMethodDescriptiondefault CayennePath
CayennePath.dot
(CayennePathSegment next) Create new path appending next segment to this.Method parameters in org.apache.cayenne.exp.path with type arguments of type CayennePathSegmentModifier and TypeMethodDescriptionstatic CayennePath
CayennePath.of
(List<CayennePathSegment> segments) Create path from a given list ofCayennePathSegment
static CayennePath
CayennePath.of
(List<CayennePathSegment> segments, int marker) Create path from a given list ofCayennePathSegment
and a marker