[jboss-user] [EJB 3.0] - Re: Problems with foreign key updates

hubaer do-not-reply at jboss.com
Fri Dec 1 04:01:34 EST 2006


Hi klejs,

The update code is in a short method: 


  | public String updateAddress() {
  |         em.merge(a);
  |         return null;
  |     }
  | 

a is the Address. 
em is the EntityManager.

Seam updates the member fields. So this is the full method.

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

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



More information about the jboss-user mailing list