Re: [Hibernate] New method proposal for session

2003-11-15 Thread Gavin King
But, under the covers, this method would have to do: delete( get(clazz, id) ); since we need to process callbacks/cascades/collections, etc. Matt Dowell wrote: Would anyone else use this? session.delete(Class class, Object ID) Matt Dowell Notiva Corp. -

Re: [Hibernate] New method proposal for session

2003-10-27 Thread Muthukumaran Thayumanavan
Yes, I would use this. >From: "Matt Dowell" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: [Hibernate] New method proposal for session >Date: Mon, 27 Oct 2003 10:44:25 -0600 > >Would anyone else use this? > >session.delete(Class class

[Hibernate] New method proposal for session

2003-10-27 Thread Matt Dowell
Would anyone else use this? session.delete(Class class, Object ID) Matt Dowell Notiva Corp. --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a c