On 10/3/06, Andrus Adamchik <[EMAIL PROTECTED]> wrote:
In Cayenne I would still use a separate peer DataContext to commit
changes from within callbacks. And use explicit transactions so that
multiple DataContexts commit atomically.
> 4) JPA states that a new+update event and an update+delete event may
> not execute the update event listener.
I think no update event for update+delete is a great idea.
I think new+update is undefined. If I get the "new+update" values in
the new event, that's perfect. If I only get the "new" event values
and not the "update" event values, then I'm thinking it's pretty lame
:-)