Dear Patric,

Can you tell me why PreRemove callback method is never called in callback
Entity Events (@EntityListeners)?

Also why PreUpdate is always called for Insert, Update and Delete? In my
opinion PreUpdate must be called only on Update statement execution. Is that
a bug or?
How to solve it?


Regards,
Miro.

On 1/30/08, Miroslav Nachev <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Can somebody tell me how to determine what is the real action (insert,
> update or delete) on callback method PreUpdate? I am surprised that
> every time when some modify action (insert, update or delete) is happen,
> PreUpdate method always is invoked.
>
> Also I see that PreRemove is never called on remove?
>
>
> Regards,
> Miro.
>

Reply via email to