Thanks Oliver, it works great!!!!
I use Set instead of List to avoid the delete"'s
Code:@ManyToMany private Set<Account> accounts;
Thanks Oliver, it works great!!!!
I use Set instead of List to avoid the delete"'s
Code:@ManyToMany private Set<Account> accounts;
Last edited by venosov; Mar 13th, 2012 at 12:23 PM.