A new way of ORM in Java

1 points by braisdom ↗ HN
github: https://github.com/braisdom/ObjectiveSql

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

0 comments

[ 3.1 ms ] story [ 9.8 ms ] thread

No comments yet.