I also hava problem with sets.
My code is
@ManyToMany(cascade = CascadeType.ALL)
private Set<~.server.domain.Person> artists = new java.util.HashSet<~.server.domain.Person>();
It...
Type: Posts; User: anederlof; Keyword(s):
I also hava problem with sets.
My code is
@ManyToMany(cascade = CascadeType.ALL)
private Set<~.server.domain.Person> artists = new java.util.HashSet<~.server.domain.Person>();
It...