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

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

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)