Java Persistence Api Series

Browse the complete Java Persistence Api tutorial series with example-driven, step-by-step guides.

Series
11
performing-crud-operations-with-jpa

Performing CRUD Operations with JPA

Learn CRUD operations with JPA using EntityManager. Covers persist, find, merge, remove, JPQL, Criteria API, and best practices for production-ready code

Chapter 11 Open
15
many-to-many-relationship-mapping-in-jpa

Many-to-Many Relationship Mapping in JPA

Learn how to implement Many-to-Many relationship mapping in JPA with @ManyToMany. Includes examples, CRUD operations, queries, pitfalls, and best practices

Chapter 15 Open
17
lazy-vs-eager-fetching-in-jpa

Lazy vs Eager Fetching in JPA

Learn the difference between Lazy and Eager fetching in JPA. Includes examples, CRUD, queries, performance pitfalls, best practices, and SQL walkthroughs

Chapter 17 Open
33
jpa-with-stored-procedures-and-functions

JPA with Stored Procedures and Functions

Learn how to integrate stored procedures and database functions in JPA with annotations, EntityManager, SQL examples, Spring Boot integration, and best practices.

Chapter 33 Open
34
working-with-database-views-in-jpa

Working with Database Views in JPA

Learn how to map and query database views in JPA using annotations, EntityManager, JPQL, and native queries. Includes Spring Boot examples and best practices

Chapter 34 Open