java-persistence-frameworks-comparison
java-persistence-frameworks-comparison copied to clipboard
spring-data-jdbc-repository implementation
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
Not sure if this is the same thing as mentioned repository, but it seems that Spring made Spring Data JDBC an official approach: https://spring.io/blog/2018/09/17/introducing-spring-data-jdbc
So we should add implementation of it...
These two are different things.
Let me know if you need help with the second one.