Here is the latest version of AQT. It is slightly more evolved, and should be a little nicer to work with. I have taken down the 1.0 and 1.1 versions because I believe that 1.5 is a much better baseline.
This version of AQT addresses some of the compatibility problems of 1.0 by providing new pluggable grammar support!
A sample class with comments has been posted to the Docs section for your review. It overviews the basic query-building functionality of AQT and should provide new users with a good jump start into understanding the workings of AQT.
AQT (The Abstract Query Toolkit) for Java has finally been released publically. AQT is a JDBC-compliant object-oriented query builder for SQL. It is designed to permit developers to create dynamic and highly managable queries. AQT is not a substitute for "run of the mill" SQL, but rather for advanced situations that require dynamic and changing queries.