Uses of Class
io.permazen.core.ReferenceField
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 ReferenceField in io.permazen
-
Uses of ReferenceField in io.permazen.core
Modifier and TypeMethodDescriptiondefault R
FieldSwitch.caseReferenceField
(ReferenceField field) Handle aReferenceField
.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. -
Uses of ReferenceField in io.permazen.core.util
Modifier and TypeMethodDescriptionXMLObjectSerializer.getUnresolvedReferences()
Get all unresolved forward object references.