Links
Badges


Maker History
- High-performance and convenient ORMJava operator overloading to complex expression porgrammingDec 2020
Forums
Complex SQL programming in Java
Hi, everyone! Complex SQL programming has always been a difficult problem, but ObjectiveSQL solves it in a very clever way. https://github.com/braisdom/Obje...
A new ORM framework in Java
github: https://github.com/braisdom/Obje... 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
A new ORM framework in Java
github: https://github.com/braisdom/Obje... 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 With one annotation your Class has fully featured capabilities of SQL programming Easy to relational(has_one, has_many and beglongs_to) query and paged query Writing SQL expressions(arithmetic, comparison and logical) with Java syntax