[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

petemuir do-not-reply at jboss.com
Wed Aug 16 09:28:54 EDT 2006


EJB3 doesn't have FlushMode.Never but an extension is provided by Hibernate.

Seam does this:

( (Session) entityManager.getDelegate() ).setFlushMode(FlushMode.NEVER);

(from org.jboss.seam.util.Persistence).  So that should work.

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

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



More information about the jboss-user mailing list