https://github.com/datanucleus/javax.persistence
Java Persistence API
https://github.com/datanucleus/javax.persistence
java jpa persistence
Last synced: 9 months ago
JSON representation
Java Persistence API
- Host: GitHub
- URL: https://github.com/datanucleus/javax.persistence
- Owner: datanucleus
- Created: 2014-05-24T09:55:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T08:44:49.000Z (over 4 years ago)
- Last Synced: 2024-03-27T01:42:48.563Z (over 2 years ago)
- Topics: java, jpa, persistence
- Language: Java
- Size: 337 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javax.persistence
Clean definition of JPA API intended for use with DataNucleus JPA since the JCP haven't provided an official JPA API jar.
See https://github.com/javaee/jpa-spec for the specification used to generate this API.
Note that this DataNucleus JPA API jar has some bug fixes and improvements not present in "standard" JPA.
Please note that JPA effectively ends at JPA 2.2, and is continued by Jakarta Persistence v3.0.
We support that through associated plugins for the [jakarta.persistence API](https://github.com/datanucleus/jakarta.persistence), [DataNucleus support for the API](https://github.com/datanucleus/datanucleus-api-jakarta), as well as associated samples.
## KeyFacts
__Javadocs__ : [2.2](http://www.datanucleus.org/javadocs/javax.persistence/2.2/), [2.1](http://www.datanucleus.org/javadocs/javax.persistence/2.1/)
__Download(Releases)__ : [Maven Central](http://central.maven.org/maven2/org/datanucleus/javax.persistence)
## Legal
Takes the published API in the JPA specification(s), so consequently we apply the following license.
Copyright (c) 2008, 2009, 2011 Oracle, Inc. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
which accompanies this distribution. The Eclipse Public License is available
at http://www.eclipse.org/legal/epl-v10.html and the Eclipse Distribution License
is available at http://www.eclipse.org/org/documents/edl-v10.php.