jOOQ
-
Enterprise Java
Using jOOQ with Spring: Sorting and Pagination
JOOQ is a library which helps us to get in control of our SQL. It can generate code from our…
Read More » -
Enterprise Java
Using jOOQ with Spring: CRUD
jOOQ is a library which helps us to get back in control of our SQL. It can generate code from…
Read More » -
Enterprise Java
Java 8 Friday Goodies: SQL ResultSet Streams
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Software Development
JOOQ Facts: SQL functions made easy
The JDBC API has always been cumbersome and error-prone and I’ve never been too fond of using it. The first…
Read More » -
Enterprise Java
Using jOOQ with Spring: Code Generation
As we might remember from the first part of this tutorial, jOOQ states that jOOQ generates Java code from your…
Read More » -
Enterprise Java
Using jOOQ with Spring: Configuration
I have had my share of performance problems caused by ORMs. Although I have to admit that most of these…
Read More » -
Enterprise Java
JOOQ Facts: From JPA Annotations to JOOQ Table Mappings
JOOQ is a neat framework, and it addresses a long issue I’ve had with advanced dynamic filtered queries. While Hibernate…
Read More » -
Core Java
Arcane magic with the SQL:2003 MERGE statement
Every now and then, we feel awkward about having to distinguish INSERT from UPDATE for any of the following reasons:…
Read More » -
Core Java
GROUP BY ROLLUP / CUBE
Every now and then, you come across a requirement that will bring you to your SQL limits. Many of us…
Read More »