JPA / Hibernate Many To Many optimization
This video explains how you can optimize a Many To Many relationship in JPA / Hibernate. It shows the migration from the standard bi-directional @ManyToMany to faster @ManyToOne relationships without changing the database and while keeping the existing @ManyToMany relationships intact.
This video explains how you can optimize a Many To Many relationship in JPA / Hibernate. It shows the migration from the standard bi-directional @ManyToMany to faster @ManyToOne relationships without changing the database and while keeping the existing @ManyToMany relationships intact.