[jboss-user] [EJB 3.0] - Re: Update for entities with oneToMany relatinship not worki

CarstenRudat do-not-reply at jboss.com
Mon Aug 27 13:47:49 EDT 2007


Hi mohali,

I'm not quite sure, but I think you have to set a relationship on both ends:


  | for(PermissionEntityEJB permissionEntity : permissionsList) {
  |   permissionEntity.setUser(usrEntity);
  | }
  | 

Am I wrong?

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

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



More information about the jboss-user mailing list