BBraisdominobjsql.hashnode.dev·Dec 4, 2020 · 1 min readLombok is available on ORMSee 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 an...01B
BBraisdominobjsql.hashnode.dev·Oct 12, 2020 · 2 min readActive Record pattern in JavaObjectiveSql ’s mission is to provide the most intuitive and convenient approach to access various databases, without configuration, without coding relevant to JDBC&ORM. It is an abstraction and encapsulation of java in relation database domain logic...00