|
Hi Charles,
There are a lot of practical issues if such a
provision is provided. The fundmental one being how does B get a reference to A
in the ejbPostRemove(). The ejbRemove() method does not take any argument so the
postRemove will also not have input arguments. Since the ejbRemove has already
been called the abstract getter method (in case of a bidirectional relationship
) to get a reference to A should return null as both would be a part of the same
transaction.
AK.
|
Title: ejbPostRemove()?
- ejbPostRemove()? May Charles N
- AK
