0 Replies Latest reply on Nov 24, 2008 5:36 PM by thetikigod.tiki_god.mail.com

    Composite Primary Key on an Auto Gen Join Table

    thetikigod.tiki_god.mail.com

      I was wondering if it is possible to set a composite primary key on a join table (without creating a class for the table itself) that is generated by hibernate from a bi-directional many to many relationship.


      Right now I manually change the database to have the primary key, however, this could be annoying later.