Package | Description |
---|---|
javax.jdo |
This package contains the JDO specification interfaces and classes.
|
javax.jdo.listener |
This package contains the JDO specification listener interfaces and classes.
|
Class | Description |
---|---|
ClearCallback |
This interface is used to notify instances of clear events.
|
DeleteCallback |
This interface is used to notify instances of delete events.
|
InstanceLifecycleListener |
All lifecycle listeners extend from this base interface.
|
LoadCallback |
This interface is used to notify instances of load events.
|
StoreCallback |
This interface is used to notify instances of store events.
|
Class | Description |
---|---|
InstanceLifecycleEvent |
This is the event class used in life cycle event notifications.
|
InstanceLifecycleListener |
All lifecycle listeners extend from this base interface.
|