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
- Host: GitHub
- URL: https://github.com/datanucleus/jakarta.persistence
- Owner: datanucleus
- Created: 2021-05-23T06:59:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-01T13:10:55.000Z (5 months ago)
- Last Synced: 2026-02-01T22:56:58.683Z (5 months ago)
- Language: Java
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)