Skip to content
Forb Yuan edited this page Jun 13, 2021 · 5 revisions

DoytoQuery -- A Java implementation for the 2nd generation ORM Framework

License Maven Central Sonar Stats Code Lines Coverage Status

Concepts about the 2nd generation ORM Framework

Mapping SQL statements to objects for database access operations

Features

  • Data access layer

    • CRUD interface DataAccess
    • Dialect extension
    • Mock implementation for DataAccess
    • Associative Service
    • Join/GroupBy Query
  • Service layer

    • CRUD methods
    • Second level cache
    • UserId
    • EntityAspect extension
  • Controller layer

    • RESTFul API
    • ErrorCode
    • Exception assertion
    • Exception handler
    • Json response wrapper
    • Request/Entity/Response transition
    • Group validation

Related resources