Uses of Class
io.permazen.core.util.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
Modifier and TypeMethodDescriptionCopyState.getObjectIdMap()
Get the mapping from object ID in the source transaction to object ID to use in the destination transaction. -
Uses of ObjIdMap in io.permazen.core
Modifier 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
Modifier and TypeMethodDescriptionObjIdMap.clone()
XMLObjectSerializer.getUnresolvedReferences()
Get all unresolved forward object references.