jpa.qubitpi.org Open in urlscan Pro
2606:50c0:8000::153  Public Scan

URL: https://jpa.qubitpi.org/
Submission: On July 02 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET https://www.eclipse.org/home/search

<form action="https://www.eclipse.org/home/search" method="get">
  <div class="form-group">
    <input class="form-control margin-bottom-10" type="textfield" name="q" placeholder="Search">
    <input class="btn btn-primary" type="submit" value="Submit">
  </div>
</form>

Text Content

Cookie settings
Some Eclipse Foundation pages use cookies to better serve you when you return to
the site. You can set your browser to notify you before you receive a cookie or
turn off cookies. If you do so, however, some areas of some sites may not
function properly. To read Eclipse Foundation Privacy Policy click here.
DeclineAllow cookies
Skip to main content
 * Edit my account
 * Manage Cookies
 * English
   * English
   * 简体中文

 * * Search
     
     

Download
 * About
   *  * Jakarta EE Jakarta EE
         * About Jakarta EE
         * Frequently Asked Questions
         * Releases
     
      * Jakarta EE Working Group Jakarta EE Working Group
         * About Working Group
         * Charter
         * Trademark Guidelines
         * Technical Direction
         * Committees
         * Committees Meeting Minutes
     
      * News
     
      * About Jakarta EE
      * Frequently Asked Questions
      * Releases
     
      * About Working Group
      * Charter
      * Trademark Guidelines
      * Technical Direction
      * Committees
      * Committees Meeting Minutes
 * Specifications
   * Browse Specifications
   * Specification Process
   * JESP guide
   * Specification Projects
 * Compatible Products
   * Jakarta EE Compatible Products
   * Get Listed
 * Community
   * Overview
   * Adopt A Spec
   * Blog
   * Events
   * Get Involved
   * JakartaOne Livestream
   * Stay Connected
   * Tech Talk Meet-ups
   * Videos
 * Membership
   * Join
   * Members
 * Resources
   * Overview
   * Datasheets
   * Documentation
   * Presentations
   * Surveys
   * eBooks
   * White Papers
   * Case Studies
   * Starter for Jakarta EE
 * Releases

Toggle navigation



JAKARTA PERSISTENCE


SPECIFICATION PROJECT


BREADCRUMBS

 1. Home
 2. Jakarta Persistence


JAKARTA PERSISTENCE SPECIFICATION PROJECT

This is the project for the Jakarta Persistence Specification. The Jakarta
Persistence Specification defines a standard for management of persistence and
object/relational mapping in Java(R) environments.


API SPECIFICATIONS AND JAVADOCS

The official location for all of the Jakarta EE API Specifications and Javadocs,
including Jakarta Persistence, is on the Jakarta EE Specifications page. This
web provides access to the Jakarta Persistence Specification DRAFTs and to the
nigthly builds.

Latest stable DRAFT builds of the API and javadocs is 3.2.0 and it is available
for use by vendors for implementation and for the general public to provide
feedback on the latest additions, corrections and other updates in the
specification.

NIGHTLY versions of the specification documents and Javadocs are for reference
only and are not expected nor recommended for general use. They provide access
to the latest, greatest features, which were just completed, but which are not
yet available for direct implementation and/or use.


DEVELOPMENT RELEASES

After each commit snapshot releases of the next version of Jakarta Persistence
under development are published to the Jakarta Sonatype OSS repository. These
snapshot releases have received only minimal testing, but may provide previews
of bug fixes or new features under development.

For example, you can download the jakarta.persistence-api.jar file from the
Jakarta Persistence 3.2.0-SNAPSHOT release here. Be sure to scroll to the bottom
and choose the jar file with the most recent time stamp.

You’ll need to add the following configuration to your Maven ~/.m2/settings.xml
to be able to use these with Maven:

    <profiles>
        <!-- to allow loading Jakarta snapshot artifacts -->
        <profile>
            <id>jakarta-oss-repo</id>
            <repositories>
                <repository>
                    <id>jakarta-staging</id>
                    <name>Jakarta Staging</name>
                    <url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url>
                    <releases>
                        <enabled>true</enabled>
                    </releases>
                    <snapshots>
                        <enabled>false</enabled>
                    </snapshots>
                </repository>
                <repository>
                    <id>jakarta-snapshots</id>
                    <name>Jakarta Snapshots</name>
                    <url>https://jakarta.oss.sonatype.org/content/repositories/snapshots/</url>
                    <releases>
                        <enabled>false</enabled>
                    </releases>
                    <snapshots>
                        <enabled>true</enabled>
                    </snapshots>
                </repository>
            </repositories>
        </profile>
    </profiles>


And then when you build use mvn -Pjakarta-oss-repo ... to get the latest
SNAPSHOT or more stable staged version.

If you want the plugin repository to be enabled all the time so you don’t need
the -P, add:

    <activeProfiles>
        <activeProfile>jakarta-oss-repo</activeProfile>
    </activeProfiles>





By contributing to this project, you agree to these additional terms of use,
described in CONTRIBUTING.

 * Downloads
 * Official releases
 * Latest stable .NEXT
 * APIs
 * Specification draft (html)
 * Specification draft (pdf)
 * Latest nightly
 * APIs
 * Specification draft (html)
 * Specification draft (pdf)
 * Project Resources
 * Sources
 * Issue Tracker
 * Discussions
 * Mailing list
 * Contributing

 * Sign up now
 * Facebook account
 * Linkedin account
 * Twitter account
 * Youtube account

Back to the top

 * 
 * 
 * 
 * 


ECLIPSE FOUNDATION

 * About Us
 * Contact Us
 * Donate
 * Members
 * Governance
 * Code of Conduct
 * Logo and Artwork
 * Board of Directors


LEGAL

 * Privacy Policy
 * Terms of Use
 * Copyright Agent
 * Eclipse Public License
 * Legal Resources


USEFUL LINKS

 * Report a Bug
 * Documentation
 * How to Contribute
 * Mailing Lists
 * Stay Connected
 * Compatible Products


OTHER

 * IDE and Tools
 * Projects
 * Working Groups
 * Research@Eclipse
 * Report a Vulnerability
 * Service Status

Back to the top

Copyright © Eclipse Foundation. All Rights Reserved.