How to write create JPA Many-to-Many Relationship in Java?

In an project there is requirement to make the many to many relationship between the tables. how to achieve the many to many relationship in JPA project?

Thanks

View Answers

April 3, 2015 at 6:10 AM

JPA is the specification for writing the database access application in Java.

Yes you can easily create the many to many relationship among tables in the JPA.

Check the tutorial JPA Many-to-Many Relationship.

Thanks









Related Tutorials/Questions & Answers:
Advertisements