1. Using JPA Entity listeners (with Session) forum.hibernate.org |
2. Entity propertychange listener. forum.hibernate.orgHi All, Is there a possibility using Hibernate to know some property is changed while doing the update. Hibernate internally finds it out before preparing the update Statement but is there a way Hibernate tells the application. This property was changed or collection of properties were changed. Let me elobarate the requirement. I have a customer object if some of his ... |