Uses of Class
org.dellroad.stuff.pobj.PersistentObject
-
Uses of PersistentObject in org.dellroad.stuff.pobj
Modifier and TypeFieldDescriptionprotected PersistentObject<T>
PersistentObjectTransactionManager.persistentObject
The configuredPersistentObject
from which transactions are created.Modifier and TypeMethodDescriptionPersistentObjectTransactionManager.getPersistentObject()
Get thePersistentObject
that this instance will operate on.PersistentObjectEvent.getSource()
Get thePersistentObject
that originated this event.Modifier and TypeMethodDescriptionvoid
AbstractDelegate.handleWritebackException
(PersistentObject<T> pobj, Throwable t) Handle an exception thrown during a delayed write-back attempt.void
FilterDelegate.handleWritebackException
(PersistentObject<T> pobj, Throwable t) void
PersistentObjectDelegate.handleWritebackException
(PersistentObject<T> pobj, Throwable t) Handle an exception thrown during an asynchronous write-back attempt.void
PersistentObjectSchemaUpdater.handleWritebackException
(PersistentObject<T> pobj, Throwable t) Handle an exception thrown during a delayed write-back attempt.protected void
AbstractConfiguredBean.setPersistentObject
(PersistentObject<ROOT> persistentObject) Configure thePersistentObject
that this instance will monitor.void
PersistentObjectTransactionManager.setPersistentObject
(PersistentObject<T> persistentObject) Configure thePersistentObject
that this instance will operate on.ModifierConstructorDescriptionprotected
AbstractConfiguredBean
(PersistentObject<ROOT> persistentObject) Constructor.PersistentObjectEvent
(PersistentObject<T> persistentObject, long version, T oldRoot, T newRoot) Constructor.