JDO Interface

DirtyLifecycleListener

Super Interfaces:
InstanceLifecycleListener

This interface is implemented by listeners to be notified of dirty events.
Since:
JDO 2.0

Public Methods

Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field.
Called after the value is changed.
Since:
JDO 2.0
Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field.
Called before the value is changed.
Since:
JDO 2.0