[jboss-user] [JBoss Seam] - Re: Field processing without submitting?

jacob.orshalick do-not-reply at jboss.com
Tue Sep 25 10:53:13 EDT 2007


By default, the persistence context is going to be flushed after every transaction but if you are using an SMPC you can use specify flush mode as manual when beginning your conversation.  This allows you to control when your entities are flushed to the DB.  This is described in the documentation at:

http://docs.jboss.com/seam/2.0.0.CR1/reference/en/html/persistence.html#d0e5862

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

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



More information about the jboss-user mailing list