https://github.com/datanucleus/datanucleus-jpa-query
DataNucleus annotation processor for generating the JPA static metamodel classes for use with JPA Criteria queries
https://github.com/datanucleus/datanucleus-jpa-query
jpa jpa-criteria-api
Last synced: 4 months ago
JSON representation
DataNucleus annotation processor for generating the JPA static metamodel classes for use with JPA Criteria queries
- Host: GitHub
- URL: https://github.com/datanucleus/datanucleus-jpa-query
- Owner: datanucleus
- Created: 2013-12-05T16:23:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T14:02:09.000Z (almost 3 years ago)
- Last Synced: 2024-03-27T01:42:47.857Z (about 1 year ago)
- Topics: jpa, jpa-criteria-api
- Language: Java
- Homepage: http://www.datanucleus.org/products/accessplatform/jpa/query.html#metamodel
- Size: 78.1 KB
- Stars: 1
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
datanucleus-jpa-query
=====================DataNucleus annotation processor for use with JPA Criteria queries, to generate the MetaModel.
This is built using Maven, by executing `mvn clean install` which installs the built jar in your local Maven repository.
KeyFacts
--------
__License__ : Apache 2 licensed
__Issue Tracker__ : http://github.com/datanucleus/datanucleus-jpa-query/issues
__Javadocs__ : [6.0](http://www.datanucleus.org/javadocs/jpa.query/6.0/), [5.0](http://www.datanucleus.org/javadocs/jpa.query/5.0/), [4.0](http://www.datanucleus.org/javadocs/jpa.query/4.0/), [3.0](http://www.datanucleus.org/javadocs/jpa.query/3.0/), [2.1](http://www.datanucleus.org/javadocs/jpa.query/2.1/)
__Download(Releases)__ : [Maven Central](http://central.maven.org/maven2/org/datanucleus/datanucleus-jpa-query)
__Download(Nightly)__ : [Nightly Builds](http://www.datanucleus.org/downloads/maven2-nightly/org/datanucleus/datanucleus-jpa-query)
__Dependencies__ : See file [pom.xml](pom.xml)