[jboss-user] [EJB 3.0] - how to save (insert, del, update) dirty objects with <Set> agg
hanasakijiji
do-not-reply at jboss.com
Thu Mar 8 12:59:00 EST 2007
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
More information about the jboss-user
mailing list