executeUpdate « Update « JPA Q&A





1. Grails: Updating a single object in a domain, ".save" Vs ".executeUpdate"    stackoverflow.com

I'm wondering what the most efficient way of updating a single value in a domain class from a row in the database. Lets say the domain class has 20+ fields

 ...

2. executeUpdate sometimes fails to update    forum.hibernate.org