Re: How to Update multiple rows
Thomas Vandahl <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <[email protected]> |
Sathish Amba wrote: > I want to update multiple rows based on a given condition. > Is there a way to do it in torque? See YourPeer.doUpdate(Criteria update, Criteria condition). Bye, Thomas.