Introduction
Java Object Query System(JOQS)- JOQS is a simple object/relational persistence and query service. OQS lets you develop persistent classes using simple query string (Object Query String, QS). Just like native SQL, object query string is very powerful, it"s easy to understand.
Documentation
Check Blog or JOQS project site for details.
Source Code
Subversion repository: https://joqs.svn.sourceforge.net/svnroot/joqs/trunk.
Check source repository page for more.
Usage
Add below in you pom.xml file.
...
... org.opoo joqs 1.0-GA