[Hibernate] Sigh. Hibernate is so cool that I could..

2003-11-05 Thread Sandeep Dath
Title: Message Hi,   Everytime that the Hibernate team says that Hibernate is "oh so cool", and "it produces oh so optimized SQL" and "its oh so fast", I usually concur. However, I have often have this lingering, nagging feeling in my mind as to "well, how optimal can an ORM-based solution *

[Hibernate] Can Hibernate delete all records from table?

2003-11-05 Thread JD L
Hi. Can someone please tell me if there is a way to delete all the records from a table in Hibernate. I am looking for the same effect that "delete from SOMETABLE" has in SQL. Is this the intention of the delete function? If so how does one use it? I have tried using Hibernate's delete function