OnActivate |
Annotation that designates a method to receive a callback when the SLEE reassigns the object to an existing persistent entity.
|
OnException |
Annotation that designates a method to receive a callback when a mandatory transactional method of the object throws an unchecked exception.
|
OnPassivate |
Annotation that designates a method to receive a callback when the SLEE needs to reclaim the object by disassociating it from an existing persistent entity.
|
PostCreate |
Annotation that designates a method to receive a callback when the object is associated with a newly created persistent entity.
|
PostLoad |
Annotation that designates a method to receive a callback when the state of the persistent entity needs to be synchronised with the state in the underlying data source.
|
PreDispose |
Annotation that designates a method to receive a callback when the SLEE no longer needs the object.
|
PreRemove |
Annotation that designates a method to receive a callback when the persistent entity associated with the object is about to be removed.
|
PreStore |
Annotation that designates a method to receive a callback when state the underlying data source needs to be synchronised with the state of the persistent entity.
|