Hello there, I find this forum really useful, thank you for the effort you people are offering to support our development.
I have deployed Struts/Spring/Hibernate project and need to update a persistent object by only looking up non null properties. I searched over the net and found a hibernate annotation property: dynamic-update which has to do this job. However, it is about JPA here, I guess it lacks this property. Is there any way to achieve this? Currently I'm running to fetch the object befoe update it, which is not good practice regarding performance. Thank you for support. Best regards. -- View this message in context: http://www.nabble.com/Dynamic-Update-tp14914915s2369p14914915.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
