How to do Hibernate2's session.delete("from Holder") in Hibernate3 ?

I want to do batch delete SQL action, e.g.

delete from TABLE

or

delete from TABLE where TABLE.FIELD='A'

or

delete from TABLE where TABLE.FIELD=?

I can't find any such examples in Hibernate3 test program or docs.

Thank for some help,

Dongsheng Song


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to