A new way of ORM in Java

1 points by braisdom ↗ HN
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

Dynamic code generation with JSR 269 for Java API of database access

Automate your methods of CRUD operations in database, and much more

Easy to relation query, transaction and paged query

Dynamically SQL programming with Java syntax, and similar to program with SQL syntax extremely

https://github.com/braisdom/ObjectiveSql

2 comments

[ 6.9 ms ] story [ 15.0 ms ] thread
That is a great project, how can Lombok be used on ORM?
ObjectiveSql is the best ORM framework in Java