A new way of ORM in Java
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.
Features 1) With one annotation your Class has a fully featured SQL programming capability 2) Easy to relational querying(has_one, has_many, beglongs_to) and paged querying 3) Java expression programming(arithmetic, comparison and logical) is converted into SQL expression directly
github: https://github.com/braisdom/ObjectiveSql
7 comments
[ 0.25 ms ] story [ 34.1 ms ] thread