Uses of Class
io.permazen.core.Transaction.ListenerSet
-
Packages that use Transaction.ListenerSet Package Description io.permazen.core Core classes for the Permazen Java persistence layer. -
-
Uses of Transaction.ListenerSet in io.permazen.core
Methods in io.permazen.core that return Transaction.ListenerSet Modifier and Type Method Description Transaction.ListenerSet
Transaction. snapshotListeners()
Create a read-only snapshot of all (CreateListener
s,DeleteListener
s,VersionChangeListener
s,SimpleFieldChangeListener
s,SetFieldChangeListener
s,ListFieldChangeListener
s, andMapFieldChangeListener
s currently registered on this instance.Methods in io.permazen.core with parameters of type Transaction.ListenerSet Modifier and Type Method Description void
Transaction. setListeners(Transaction.ListenerSet listeners)
Apply a snapshot created viaTransaction.snapshotListeners()
to this instance.
-