Introduction
DoytoQuery is a powerful and easy-to-use ORM 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. With the development of DoytoQuery, the idea formed a new ORM theory.
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.
Architecture

