An open API service indexing awesome lists of open source software.

https://github.com/datanucleus/jakarta.persistence

Jakarta Persistence API
https://github.com/datanucleus/jakarta.persistence

Last synced: 4 months ago
JSON representation

Jakarta Persistence API

Awesome Lists containing this project

README

          

# jakarta.persistence

Clean definition of Jakarta Persistence API intended for use with DataNucleus Jakarta.
See https://github.com/javaee/jpa-spec for the specification used to generate this API.
Note that this DataNucleus Jakarta API jar has some bug fixes and improvements not present in "standard" Jakarta Persistence.

## KeyFacts

__Javadocs__ : [3.1](http://www.datanucleus.org/javadocs/jakarta.persistence/3.1/), [3.0](http://www.datanucleus.org/javadocs/jakarta.persistence/3.0/)
__Download(Releases)__ : [Maven Central](http://central.maven.org/maven2/org/datanucleus/jakarta.persistence)

## Legal

Takes the published API in the Jakarta Persistence specification(s), so consequently we apply the following license.

* Most of the Jakarta Persistence project source code is licensed
under the [Eclipse Public License (EPL) v2.0](https://www.eclipse.org/legal/epl-2.0/)
and [Eclipse Distribution License (EDL) v1.0.](https://www.eclipse.org/org/documents/edl-v10.php);
see the license information at the top of each source file.

Copyright (c) 2019 Oracle and/or affiliates. All rights reserved.

This program and the accompanying materials are made available under the [Eclipse Public License (EPL) v2.0](https://www.eclipse.org/legal/epl-2.0/)
and [Eclipse Distribution License (EDL) v1.0.](https://www.eclipse.org/org/documents/edl-v10.php)