Exactly, and that's what I'm confused about. As I said before, I'm not
using the datanucleus implementation at all, anywhere. I can't
understand where that's coming from
On Mar 8, 12:12 pm, Jeff Larsen wrote:
> Yes all of my imports are the Java.util implementation of the hashset.
>
> This line f
;
> --Harsh Yadav
>
>
>
> On Mon, Mar 7, 2011 at 1:31 AM, Chris D wrote:
> > Hey everyone,
>
> > So I have a pool that has many users, and users can also have many
> > pools, so it's a pretty straightforward many to many relationship. So
> > take for instance my
Hey everyone,
So I have a pool that has many users, and users can also have many
pools, so it's a pretty straightforward many to many relationship. So
take for instance my pool class, I have a HashSet
userIDs ...which contains all the ids of users. When I try to create
a new pool, I get the follo