Hi all,
I was trying to get the custom entity persister described in
http://www.hibernate.org/161.html to work because I am in that cenario (distributed objects) and the number of selects needed to verify if an object has changed is getting huge just to update a single field in some cases.
The solution described in the wiki looked very good, but it isn't working
It says there that for Hibernate 3 the method "getCurrentPersistentState was renamed to getDatabaseSnapshot".
Even thou, that method is never called.
The system is using Hibernate 3.2CR2, EJB3, Annotations and JBoss 4.0.4 GA
Any thoughts about that?