[jboss-user] [JBoss Seam] - Re: Fundamental question about em.persist
JUnkie
do-not-reply at jboss.com
Thu Dec 13 13:30:20 EST 2007
I always managed to avoid entity updates after a persist in the same method call... however what happens if you add
card = entityManager.merge(card);
directly after the persist call?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112674#4112674
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112674
More information about the jboss-user
mailing list