Uses of Class
io.permazen.core.SetField
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Core classes for the Permazen Java persistence layer.
-
Uses of SetField in io.permazen
-
Uses of SetField in io.permazen.core
Modifier and TypeMethodDescriptiondefault <E> R
FieldSwitch.caseSetField
(SetField<E> field) Handle aSetField
.<E> void
SetFieldChangeListener.onSetFieldAdd
(Transaction tx, ObjId id, SetField<E> field, int[] path, NavigableSet<ObjId> referrers, E value) Receive notification of the addition of a new element to aSetField
.void
SetFieldChangeListener.onSetFieldClear
(Transaction tx, ObjId id, SetField<?> field, int[] path, NavigableSet<ObjId> referrers) Receive notification of the clearing of aSetField
.<E> void
SetFieldChangeListener.onSetFieldRemove
(Transaction tx, ObjId id, SetField<E> field, int[] path, NavigableSet<ObjId> referrers, E value) Receive notification of the removal of an element from aSetField
.