[jboss-user] [JBoss Seam] - Re: Discussion: FlushModeType.NONE ?

denis-karpov do-not-reply at jboss.com
Thu Sep 27 07:10:44 EDT 2007


FlushModeType.MANUAL does not help in every case.
I have tired to struggle with flushing. The only sure way now is to evict objects from persistent context.

Session session = (Session) getEntityManager().getDelegate();
  | session.evict(obj);


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

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



More information about the jboss-user mailing list