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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
