Uses of Class
io.permazen.core.util.ObjIdMap
Packages that use ObjIdMap
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Core classes for the Permazen Java persistence layer.
Permazen core API utility classes.
-
Uses of ObjIdMap in io.permazen
Methods in io.permazen that return ObjIdMapModifier and TypeMethodDescriptionCopyState.getObjectIdMap()
Get the mapping from object ID in the source transaction to object ID to use in the destination transaction.Constructors in io.permazen with parameters of type ObjIdMap -
Uses of ObjIdMap in io.permazen.core
Methods in io.permazen.core with parameters of type ObjIdMapModifier and TypeMethodDescriptionboolean
Transaction.copy
(ObjId source, Transaction dest, boolean migrateSchema, boolean notifyListeners, ObjIdMap<ReferenceField> deletedAssignments, ObjIdMap<ObjId> objectIdMap) Copy an object into a (possibly different) transaction.protected ObjId
ReferenceField.remapObjectId
(ObjIdMap<ObjId> objectIdMap, ObjId srcId) protected T
SimpleField.remapObjectId
(ObjIdMap<ObjId> objectIdMap, T value) -
Uses of ObjIdMap in io.permazen.core.util
Methods in io.permazen.core.util that return ObjIdMapModifier and TypeMethodDescriptionObjIdMap.clone()
XMLObjectSerializer.getUnresolvedReferences()
Get all unresolved forward object references.