If the ejb is called with 
ejb.getStuff().add(someInstance);
  | * how to make jboss add the new row?
  |  
or

  | ejb.getStuff().get(4).setValue("my new value");
  | * how to make jboss update the row?
  | 
or

  | Set<List> set = new HashSet<String>();
  | ejb.setStuff(set);
  | * how to make jboss delete and insert the old/new rows?
  | 


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

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

Reply via email to