I need to know the before and after values when an update occurs. I can clearly see using
the debugger that when the preupdate annotated method is called the value of interest
already has the new value/changed!
My intent was to save the old value in the @PreUpdate method and then use it during the
@PostUpdate for comparison. With this behavior this approach wont work.
Isn't the entity supposed to have the old value during @PreUpdate method call?
Using:
JBoss AS 4.0.5 w/EJB3
Hibernate 3.2.5
Seam 1.2.1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153766#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...