Lombok is available on ORM

·

1 min read

See more: 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

  • With one annotation your Class has fully featured capabilities of SQL programming
  • Easy to relational(has_one, has_many, beglongs_to) querying and paged querying
  • Java expressions(arithmetic, comparison and logical) can be converted into SQL expression directly