Based on our record, Ebean ORM should be more popular than MyBATIS. It has been mentiond 4 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Other tools you can look at for the data layer are MyBatis (https://mybatis.org/mybatis-3/) and JOOQ (https://www.jooq.org) they put you a little closer to the database than JPA/Hibernate. Source: about 3 years ago
While its not as well known, have you ever glanced at mybatis? https://mybatis.org/mybatis-3/. Source: over 3 years ago
You can have a look at https://ebean.io/ ... Better control over the generated SQL, multiple levels of abstraction, can generate DB migrations and run the DB migrations, transparent encryption support, SQL 2011 history support, test against docker containers. Source: about 3 years ago
There is https://ebean.io/ and looks like it a community driven alternative to jOOQ. Source: over 3 years ago
Ebean ORM https://ebean.io/ was built to somewhat rival JPA (and JDBI) Btw: you can use java 16 records with ebean as DTOs, EmbeddedId and also as read only entity beans (and JPA implementations could similarly do so). Source: over 3 years ago
I wouldn't call it micro, but https://ebean.io/ is pretty nice. - Source: Hacker News / about 4 years ago
Hibernate - Hibernate an open source Java persistence framework project.
Entity Framework - See Comparison of Entity Framework vs NHibernate.
Mikro orm - TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.
Dapper - Dapper is a user-friendly object mapper for the .NET framework.
Beego - Beego Web is official blog and documentation website for beego app web framework
Sequelize - Provides access to a MySQL database by mapping database entries to objects and vice-versa.