Venktesh Kaviarasanvenktesh.hashnode.dev·May 1, 2024Demystifying JOOQ and Controversies of an ORMThis article captures some of learning of the shortcoming of an ORM and where does JOOQ fit in the ecosystem of things. It captures articles and thoughts in the community. Where Hibernate Outshines Hibernate/JPA takes an java object first approach w...Java
Samsammoulem.hashnode.dev·Jan 26, 2024jOOQ vs JdbcTemplateA quick comparison between using jOOQ and Spring's JdbcTemplate to interact with a database. Introduction Not so long ago, I would have reached to Spring's JdbcTemplate to query databases.It's 'richer' than the JDBC API and it would have been my pref...73 readsDatabases with JavaJava
Samsammoulem.hashnode.dev·Jan 4, 2024Database with Flyway and jOOQIntroduction Here we discuss how to quickly setup a Java project - that connects to a relational database system (RDBMS) - with Flyway and jOOQ.The goal is to have a simple project setup - that can be adapted to many database systems - and that can t...46 readsDatabases with JavaJava
Kai Niemiblog.cloudneutral.se·Apr 3, 2023Introduction to Roach DataRoach Data is a collection of small demos using different Java data access frameworks and ORMs with CockroachDB. The demo projects include: JDBC - using Spring Data JDBC which is just a simpler wrapper around JDBC JDBC (plain) - using plain JDBC wi...30 readsJDBC