Category: JPA
-
JPA, Hibernate Composite Embeddable Primary Key
Many a times there is a need for composite key as primary key, JPA, Hibernate provides composite-key for implementing this use case. Let’s run through this example quickly. Step 1: Create a “Java Project” in Eclipse and add required jars. Since Maven is nice but not a panacea, please see the image below so as…