-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Delete a copy of an object / "DeleteCopy" Implemen
PostPosted: Fri May 19, 2006 5:26 pm 
Newbie

Joined: Thu May 04, 2006 12:20 pm
Posts: 4
I have an application that serializes objects over .NET Remoting to another host to be persisted using NHibernate.

Creating and updating objects works correctly. I can use ISession.SaveOrUpdateCopy to delete objects.


When I call ISession.Delete(obj) I get this error: "a different object with the same identifier value was already associated with the session"

Is there any plans to create a DeleteCopy(obj) or perhaps Delete(Type type, long id)?



I can perform a delete like so, but in this case I have to hard code the column name because I get an error if I put the property name in.

session.Delete("from Notice where notice_id=" + n.Id)


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 20, 2006 5:18 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
You can do session.Delete("from Notice n where n.id = ?", IdType, id value).


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.