Uses of Class
io.permazen.CopyState
-
Uses of CopyState in io.permazen
Modifier and TypeMethodDescriptiondefault PermazenObject
PermazenObject.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.void
PermazenTransaction.copyTo
(PermazenTransaction dest, CopyState copyState, ObjIdSet ids) Copy the specified objects into the specified destination transaction.void
PermazenTransaction.copyTo
(PermazenTransaction dest, CopyState copyState, Stream<? extends PermazenObject> pobjs) Copy the specified objects into the specified destination transaction.