1. JPA Annotations for SecondaryTable and Primary Key forum.hibernate.orgI'm trying to find out if there is a way to get a different primary key on a secondary table (that is being setup as a many-to-one relationship) than what is created through the pkJoinColumns. What I need to create is a primary key on the ID in the REGEX table and only have a relationship between the PK on the ... |