TCH IV Ivan Franchin · ITNEXT Batch Processing with JPA and Hibernate Stop inserting one row at a time—batch your way to fast bulk operations with Spring Boot and JPA
LIF IV Ivan Franchin · ITNEXT The 7 JPA Relationship Patterns Every Spring Boot Developer Should Know Learn when to use OneToOne, OneToMany, ManyToMany, composite keys, and join entities through a production-ready Spring Boot project.
RU Rurutia1027 Why NESTED Transaction Exposed Everything: JDBC, JPA, and Hibernate in Spring When working with Spring transactions, I originally assumed everything was simple:
MDA PE Peter Vigier Integrate Paging in a REST API with Spring-Data Some practical real life tips, how to use the spring-cursorpaging library when implementing a REST API.
MG mGm Building REST API in Spring Boot with H2 Database Learn how to create, store, and retrieve data in a lightweight in-memory database using Spring Boot, JPA, and H2.
LIF RA Raushan Kumar Master MANY–TO–MANY (@ManyToMany) Mapping in Spring Boot Postmortem of @ManyToMany and master it.
AY Ayoub Taouam An Introduction to Spring Data JPA: Building Efficient Queries with Spring Boot Learn how to simplify database queries in Spring Boot using Spring Data JPA for clean, efficient, and maintainable code.