update « Property « JPA Q&A





1. no update issued for changed property    forum.hibernate.org

Author Message ertnutler Post subject: no update issued for changed property Posted: Fri Jan 06, 2006 6:02 pm Newbie Joined: Wed Mar 23, 2005 9:33 am Posts: 11 I'm sure I'm doing something stupid, but I can't for the life of me figure out what it is. All I want to do is update the availableQuantity property on the ...

2. property-ref casuse update    forum.hibernate.org

3. Entity property change notification before on update.    forum.hibernate.org

Hi 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 ...