# jpa-spec **Repository Path**: mirrors_javaee/jpa-spec ## Basic Information - **Project Name**: jpa-spec - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### :warning:This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the [corresponding Eclipse repository](https://github.com/eclipse-ee4j/jpa-api). See [here](https://www.eclipse.org/ee4j/status.php) for the overall EE4J transition status.   --- # Java Persistence API specification This is collaboration repository for JSR 338: Java Persistence 2.1: https://www.jcp.org/en/jsr/detail?id=338 For specification related discussions join https://javaee.groups.io/g/jpa-spec Latest version of the specification: [JavaPersistence.pdf](jsr338-MR/JavaPersistence.pdf) Latest version of the XML schema for persitence.xml: [persistence_2_2.xsd](jsr338-MR/persistence_2_2.xsd) Reference of the API defined by the specification and full reference implementation of the specification are available through the [EclipseLink project](eclipselink.org) with sources of the API available at: https://github.com/eclipse/javax.persistence and of the RI at: https://github.com/eclipse/eclipselink.runtime Latest version of the javadoc: https://javadoc.io/doc/org.eclipse.persistence/javax.persistence/2.2.0