About 252 results
Open links in new tab
  1. Java Persistence API - Oracle

    The Java Persistence API provides a POJO persistence model for object-relational mapping. The Java Persistence API was developed by the EJB 3.0 software expert group as part of JSR 220, but its use …

  2. JPA - Introduction - GeeksforGeeks

    Aug 23, 2025 · JPA (Java Persistence API) is a Java specification that makes it easier to work with relational databases. It lets you map Java classes (entities) to database tables and manage data …

  3. Java Persistence API (JPA): A Comprehensive Guide

    Dec 22, 2025 · In the world of Java development, dealing with data persistence is a common and crucial task. Java Persistence API (JPA) is a Java specification that provides a standard way to map Java …

  4. Learn JPA & Hibernate Series - Baeldung

    Oct 19, 2023 · The Java Persistence API (JPA) is a specification that defines how to persist data in Java applications. The primary focus of JPA is the ORM layer. Hibernate is one of the most popular Java …

  5. Jakarta Persistence - Wikipedia

    Jakarta Persistence, also known as JPA (abbreviated from the former name Java Persistence API) is a Jakarta EE application programming interface specification that describes the management of …

  6. JPA Tutorial

    This tutorial provides you the basic understanding of Persistence (storing the copy of database object into temporary memory), and we will learn the understanding of JAVA Persistence API (JPA).

  7. What is JPA? Introduction to Java persistence - InfoWorld

    Oct 8, 2025 · The Jakarta Persistence API (JPA) is a specification that defines a standardized framework for data persistence. Persistence is the fundamental mechanism for saving and retrieving …

  8. Maven Repository: javax.persistence » persistence-api

    Apr 17, 2008 · Persistence API Standardized API for object-relational mapping in Java applications, part of the Java EE stack.

  9. Java Persistence API (JPA) Framework for Database Access with Example

    Dec 23, 2024 · Explore Java Persistence API (JPA) framework for managing relational data in Java applications. This guide covers JPA principles, setup, and includes a practical example to simplify …

  10. What is Java Persistence API (JPA)? - Medium

    Jun 10, 2024 · The Java Persistence API (JPA) is a standard for managing relational data in Java applications.