Asentinel-orm is a lightweight ORM tool built on top of Spring JDBC, particularly JdbcTemplate. Thus, it possesses most of the features one would expect from a basic ORM, such as SQL generation, lazy loading, etc.
By leveraging the JdbcTemplate, it means it allows participation in Spring-managed transactions, and it can be easily integrated into any project that already uses JdbcTemplate as a means to interact with the database.