Skip to content
#

many-to-many

Here are 76 public repositories matching this topic...

Spring Boot demo comparing JPA lazy loading (N+1 problem) vs EntityGraph optimization. Shows performance difference between 11 queries vs 1 query for Books-Authors many-to-many relationship. Includes query counting, tests, and metrics.

  • Updated Sep 30, 2025
  • Java

A collection of Java examples and exercises covering core topics like OOP, data structures, algorithms, exception handling, concurrency, and design patterns. Perfect for developers looking to strengthen their understanding of Java fundamentals and build efficient applications.

  • Updated Sep 10, 2025
  • Java

(modify) I build basic api. and I use spring boot security for authentication who user can access my api (Develop old projects), but this is difference, I used jwt-authentication user have to no sign in always when request my api. So I knows how to config for spring boot security and jwt. (3 tables in my database for user , role , relation)

  • Updated May 25, 2025
  • Java

Improve this page

Add a description, image, and links to the many-to-many topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the many-to-many topic, visit your repo's landing page and select "manage topics."

Learn more