Uses of Class
io.permazen.core.ReferenceField
Packages that use 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
Methods in io.permazen that return ReferenceField -
Uses of ReferenceField in io.permazen.core
Methods in io.permazen.core with parameters of type ReferenceFieldModifier and TypeMethodDescriptiondefault R
FieldSwitch.caseReferenceField
(ReferenceField field) Handle aReferenceField
.Method parameters in io.permazen.core with type arguments of type ReferenceFieldModifier 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
Methods in io.permazen.core.util that return types with arguments of type ReferenceFieldModifier and TypeMethodDescriptionXMLObjectSerializer.getUnresolvedReferences()
Get all unresolved forward object references.