java-persistence-frameworks-comparison icon indicating copy to clipboard operation
java-persistence-frameworks-comparison copied to clipboard

Comparison of non-JPA SQL mapping frameworks for Java (Jooq, Spring JDBCTemplate, MyBatis, EBean, JDBI, Speedment, sql2o)

Results 9 java-persistence-frameworks-comparison issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, So there is a comment in the readme about Ebean OneToMany and "lazy fetch" that I'll just respond to a little bit. Ebean query language allows us to fetch...

My be you must update Mybatis, cause many improvement current release....

Hi. This is a request for the comparison to include the [Modality ORM](https://github.com/arkanovicz/modality). Thanks.

Not sure if it makes sense to do implementation using this library, but we should at least check it: https://github.com/jirutka/spring-data-jdbc-repository

Hi. This repository was a popular link on reddit.com/r/java today. At the time you reviewed these frameworks, you used Jdbi 2.77, while Jdbi 3 was still in beta. The most...

Thanks for doing this comparison. I've stumbled upon this query here: https://github.com/bwajtr/java-persistence-frameworks-comparison/blob/f6b33960c911e19790044f99cd44326ebe0e79c7/src/main/java/com/clevergang/dbtests/repository/impl/jooq/JooqDataRepositoryImpl.java#L227-L263 I'm sure there's an easier way to write this with jOOQ (or with all other solutions, as the...

See http://www.sql2o.org/ There is integration with Spring too: http://www.sql2o.org/docs/spring/

planned

- using SFM Crud functionnality - using SFM RowMapper - using SFM ParameterSource

Check here: https://github.com/querydsl/querydsl/tree/master/querydsl-sql

help wanted