posted 14 years ago
Hello Henrique,
I did not get the solution for it, and had to change my API to accomplish it..
Like in my BaseDAOs for saving the entities, i introduced the callbacks like beforeSave(), afterSave() will null implmentation, and overrode those methods in the DAO of whichever entity i needed to save.
I think there might be a more elegant solution for it, but it satisfied my requirement so, i went ahead with that.
Regards,
Rahul