[jboss-user] [JBoss Seam] - Re: flushMode= MANUAL, when does commit happen? And other qu

gavin.king@jboss.com do-not-reply at jboss.com
Thu Jul 12 10:34:50 EDT 2007


Transaction commit is different to flushing the PC. Tx commits happen on every request. Flush occurs when you explicitly call entityManager.flush() or session.flush().

Don't mess with hibernate.connection.autocommit, that is something completely unrelated.

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

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



More information about the jboss-user mailing list