ObjectiveSQL is an ORM framework in Java based on ActiveRecord pattern, which encourages rapid development and clean, codes with the least, and convention over configuration.
Report
Maker
Features
1. With one annotation your Class has fully featured capabilities of SQL programming
2. Easy to relational(has_one, has_many, beglongs_to) querying and paged querying
3. Java expressions(arithmetic, comparison and logical) can be converted into SQL expression directly
Replies