Joined: Wed Jan 26, 2005 8:05 am Posts: 13
|
Hi guys,
I would like to execute a database delete operation on a row in a table
which could not be mapped as Entity or Composite object in Hibernate
style.
I wander how could this be done?
The Session API does not provide an execute method. Nor do the
Query or the Criteria APIs.
On the other hand I do not want to use the usual JDBC PreparedStatement
and break down my Hibernate Data Access Layer.
I use Hibernate 2.1.
Do you have any suggestions ?
Thank you.
Skyrose.
|
|