https://github.com/datanucleus/datanucleus-jdo-query
DataNucleus annotation processor for generating "Q" classes for use with JDOQLTyped queries
https://github.com/datanucleus/datanucleus-jdo-query
jdo jdo-typed-query
Last synced: 9 months ago
JSON representation
DataNucleus annotation processor for generating "Q" classes for use with JDOQLTyped queries
- Host: GitHub
- URL: https://github.com/datanucleus/datanucleus-jdo-query
- Owner: datanucleus
- Created: 2013-12-05T16:19:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T12:50:53.000Z (almost 4 years ago)
- Last Synced: 2024-03-27T01:42:47.672Z (over 2 years ago)
- Topics: jdo, jdo-typed-query
- Language: Java
- Homepage: http://www.datanucleus.org/products/accessplatform/jdo/query.html#jdoql_typed
- Size: 159 KB
- Stars: 2
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
datanucleus-jdo-query
=====================
DataNucleus annotation processor for use with JDOQL Typed queries, to generate the "Q classes".
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-jdo-query/issues
__Javadocs__ : [6.0](http://www.datanucleus.org/javadocs/jdo.query/6.0/), [5.0](http://www.datanucleus.org/javadocs/jdo.query/5.0/), [4.2](http://www.datanucleus.org/javadocs/jdo.query/4.2/), [4.0](http://www.datanucleus.org/javadocs/jdo.query/4.0/), [3.0](http://www.datanucleus.org/javadocs/jdo.query/3.0/), [2.2](http://www.datanucleus.org/javadocs/jdo.query/2.2/)
__Download(Releases)__ : [Maven Central](http://central.maven.org/maven2/org/datanucleus/datanucleus-jdo-query)
__Download(Nightly)__ : [Nightly Builds](http://www.datanucleus.org/downloads/maven2-nightly/org/datanucleus/datanucleus-jdo-query)
__Dependencies__ : See file [pom.xml](pom.xml)