[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: jboss jpa persist - duplicate key in dbms problem, no Ex
jaikiran
do-not-reply at jboss.com
Fri Jul 11 04:57:54 EDT 2008
That's because, without the flush() call, the actual flush (i.e. the queries get fired) happens as part of the transaction completion callback (in this case the completion of your bean method).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163801#4163801
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163801
More information about the jboss-user
mailing list