Introduction
DoytoQuery is a powerful and easy-to-use Object Query Mapping framework in Java. It comes out from an idea which is mapping a query object directly to a WHERE clause in SQL to query database.
DoytoQuery defines a set of APIs to access database in an object-oriented way. doyto-query-jdbc
provides an object/SQL mapping layer over spring-jdbc. doyto-query-mongodb
provides an object/MQL mapping layer over MongoDB driver.