[jboss-user] [JBoss Seam] - Re: Merging objects problems.
bfo81
do-not-reply at jboss.com
Fri Aug 25 07:05:47 EDT 2006
No, he wants to create a new group and uses another group as a template. That's how I understood it (I hope there's no misunderstanding ;)).
sjmenden, are you sure you read the thread I posted above? It's very important to understand the 4 states entities can have. If you want to create a new group with a new id, then you really need Group newGroup = new Group();. When you want to merge an existing managed or detached entity (which you retrieved e.g. via em.find), it always keeps its id.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967444#3967444
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967444
More information about the jboss-user
mailing list