I might be missing something here, but isn't the following approach simpler?
private java.util.Set<MyEntity> myEntities = new HashSet<MyEntity>();
|
| public java.util.Set<MyEntity> getMyEntities() {
| return myEntities;
|
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168941#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...