Uses of Class
io.permazen.ReferencePath
-
Uses of ReferencePath in io.permazen
Modifier and TypeMethodDescriptionPermazen.parseReferencePath
(Class<?> startType, String path) Parse aReferencePath
starting from a Java type.Permazen.parseReferencePath
(Set<PermazenClass<?>> startTypes, String path) Parse aReferencePath
starting from a set of model object types.Modifier 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
.