[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How do you remove a detached object?

rabbiaqaswar do-not-reply at jboss.com
Wed Apr 4 02:30:52 EDT 2007


try this:

  | persistentInstance = entityManager.merge(persistentInstance);
  | entityManager.remove(persistentInstance);
  | 
rabbia

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034397#4034397

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034397



More information about the jboss-user mailing list