Hibernate @ManyToMany Unidirectional and Bidirectional
How to Program with Java Podcast08/22/14 • 53 min
The Many-to-Many relationship can be best described by example.
The example we’re going to use is that of the relationship between an Author and a Book.
Authors publish Books, and Books have Authors. Any one Author can publish many Books, and any one Book can be published by many Authors, so this is why it is a many to many relationship.
Other examples of the many to many relationship are Students to Courses and Employees to Projects.
Let’s take a look at how the unidirectional many-to-many relationship is created using Hibernate... for more info please visit http://howtoprogramwithjava.com/session56
08/22/14 • 53 min
Generate a badge
Get a badge for your website that links back to this episode
<a href="https://goodpods.com/podcasts/how-to-program-with-java-podcast-195584/hibernate-manytomany-unidirectional-and-bidirectional-19044589"> <img src="https://storage.googleapis.com/goodpods-images-bucket/badges/generic-badge-1.svg" alt="listen to hibernate @manytomany unidirectional and bidirectional on goodpods" style="width: 225px" /> </a>
Copy