Uses of Class
io.permazen.CopyState
Packages that use CopyState
-
Uses of CopyState in io.permazen
Methods in io.permazen with parameters of type CopyStateModifier and TypeMethodDescriptiondefault PermazenObjectPermazenObject.copyTo(PermazenTransaction dest, int recursionLimit, CopyState copyState, String... cascades) Copy this instance, and other instances it references through the specified reference cascades, into the specified destination transaction.voidPermazenTransaction.copyTo(PermazenTransaction dest, CopyState copyState, ObjIdSet ids) Copy the specified objects into the specified destination transaction.voidPermazenTransaction.copyTo(PermazenTransaction dest, CopyState copyState, Stream<? extends PermazenObject> pobjs) Copy the specified objects into the specified destination transaction.Constructors in io.permazen with parameters of type CopyState