Braisdom

ObjectiveSql - New generation ORM framework in Java

by
Features:
1) With one annotation your Class has fully featured capabilities of SQL programming
2) Easy to relational query and paged query
3) Writing SQL expressions using Java syntax

Add a comment

Replies

Best
Braisdom
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.
Braisdom
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
wong augustine
Great project