AttachCallback
This interface is used to notify instances of attach events.
- Since:
- JDO 2.0
Public Methods
void jdoPostAttach(Object attached)
- Parameters:
attached The
- corresponding (non-attached) instance that was attached in the call to {@link javax.jdo.PersistenceManager#makePersistent} .
- Since:
- JDO 2.0
void jdoPreAttach()
- Since:
- JDO 2.0