Thomas Fischer wrote:
The best thing that came into my mind as a quick solution is to select all objects you want to delete and to pass them one by one to XXXPeer.doDelete. This looks like a big performance issue but in fact it is not as Torque does this anyway internally :-(
There is BasePeer.deleteAll() which may serve as a shortcut if that is an option.
Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
