DoytoQuery第二代ORM框架的Java实现
DoytoQuery - A Java implementation of the 2nd generation ORM Framework
Concepts about the 2nd generation ORM Framework
Mapping SQL statements to objects for database access operations
Features
-
Mapping query fields to query conditions in four ways:
-
@QueryField
-
Suffix deduction
-
@NestedQueries
-
Orinterface
-
-
CRUD SQL building from Query object and Entity object.
-
Complex Query SQL building from Query object and View object.
Architecture for 0.3.x
Versions
| Module | Snapshot | Release |
|---|---|---|
| doyto-query-api | ||
| doyto-query-common | ||
| doyto-query-memory | ||
| doyto-query-sql | ||
| doyto-query-jdbc | ||
| doyto-query-mongodb | ||
| doyto-query-web | ||
| doyto-query-dialect |
Related resources
-
Github
-
Projects
-
Documentation
License
This project is under the Apache Licence v2.
评论
