Hi,

When I try to persist a brand new entity instance into database. What's the
correct sequence of interceptor's invocation? The result I got is:

persist
   @PrePersist
   @PostPersist
commit
   @PreUpdate
   @PostUpdate

I just doubt openjpa invokes "update" interceptors after commit.

-- 
Best Regards,

Gene Woo

Reply via email to