I am evaluating ejb3 and looking at the standard case of where an entity is 
read from the DB in one transaction, modified, then changes saved in another 
transaction.

When em.merge() is called for the detached entity, EJB3 is implicitly executing 
a select against the DB for that entity.

Is there some way of preventing this unnecessary select?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988700
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to