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 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
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.
It is a more efficient way to data analysis, SQL is just one way, Java is another way, and ObjectiveSQL, instead of using Java instead of SQL, let's forget about SQL
SQL is more human friendly, but less programming friendly.
In programming, SQL will be changed in response to your business, if it's just a string, it would be a disaster for programming
ObjectiveSQL is an ORM framework in Java base on ActiveRecord pattern, which encourages rapid development and clean, codes with the least, and convention over configuration.
Features
Dynamic code generation with JSR 269 for Java API of database access
Full Java API of database access without coding
Dynamically SQL programming with Java syntax, and very close to SQL syntax