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 *
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