About 4,810 results
Open links in new tab
  1. 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 …

  2. Java Persistence API - Oracle

    The Java Persistence API provides a POJO persistence model for object-relational mapping. The Java Persistence API was …

  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 …

  4. Java Persistence API (JPA) Framework for Database Access with …

    Dec 23, 2024 · Explore Java Persistence API (JPA) framework for managing relational data in Java applications. This guide covers …

  5. 37 Introduction to the Java Persistence API (Release 7) - Oracle

    The Java Persistence API provides Java developers with an object/relational mapping facility for managing relational data in Java …

  6. Java Persistence API: A Comprehensive Guide - javaspring.net

    Jan 16, 2026 · The Java Persistence API (JPA) serves as a standard specification for object-relational mapping (ORM) in Java. It …

  7. javax.persistence (Java (TM) EE 7 Specification APIs) - Oracle

    Package javax.persistence Description Java Persistence is the API for the management for persistence and object/relational mapping.

  8. Jakarta Persistence - Wikipedia

    Jakarta Persistence, also known as JPA (abbreviated from the former name Java Persistence API) is a Jakarta EE application …

  9. JPA Tutorial

    This tutorial provides you the basic understanding of Persistence (storing the copy of database object into temporary memory), and …

  10. Java persistence API - Tutorial - vogella

    Aug 13, 2026 · The Java Persistence API (JPA) is one possible approach to ORM. Via JPA the developer can map, store, update …