Hibernate version: Hibernate 3.0 rc 1 (28.02.2005)
Hibernate Tools 3.0 alpha 1 (24.01.2005) testing
Name and version of the database you are using: MySql 4.1.9
I'm using Eclipse 3.0 (M1) and the Hibernate Tools to generate my POJOs. It's working great, but the M:M relationships were mapped as a 1:M and a M:1, rather than a true <many-to-many> as I expected.
And a 'join' class is created.
How do I get it to correctly map a <many-to-many>? I'd much rather have the M:M as I'm used to seeing.
I am using a join/Associative table in the DB (between the two M:M tables).
Thanks in advance.
|