Uses of Class
io.permazen.ReferencePath
Packages that use ReferencePath
-
Uses of ReferencePath in io.permazen
Methods in io.permazen that return ReferencePathModifier and TypeMethodDescriptionPermazen.parseReferencePath(Class<?> startType, String path) Parse aReferencePathstarting from a Java type.Permazen.parseReferencePath(Set<PermazenClass<?>> startTypes, String path) Parse aReferencePathstarting from a set of model object types.Methods in io.permazen with parameters of type ReferencePathModifier and TypeMethodDescriptionPermazenTransaction.followReferencePath(ReferencePath path, Stream<? extends PermazenObject> startObjects) Find all target objects that are reachable from the given starting object set through the specifiedReferencePath.PermazenTransaction.invertReferencePath(ReferencePath path, Stream<? extends PermazenObject> targetObjects) Find all starting objects that refer to any object in the given target set through the specifiedReferencePath.