Mapping composite primary keys in JPA How to work around a bug in Hibernate Annotations
A table without single-column primary key, Java developers don’t like them because it’s more work than just putting @Id on a field. When you’re using Hibernate Annotations you might …