Top "Jooq" questions

jOOQ stands for JOOQ Object Oriented Querying.

java.util.stream with ResultSet

I have few tables with big amount of data (about 100 million records). So I can't store this data in memory …

java jdbc lambda java-stream jooq
Comparing Querydsl, jOOQ, JEQUEL, activejdbc, iciql and other query DSLs

Can someone point me to some resources about the performance comparison among the different Query DSL libraries available for using …

java performance spring-jdbc querydsl jooq
How to write Count Query In jOOQ

I am converting Pure SQL to jOOQ now I have this ("SELECT Count(*) Count From Table "); I have to write …

java sql jooq
Replacing a full ORM (JPA/Hibernate) by a lighter solution : Recommended patterns for load/save?

I'm developing a new Java web application and I'm exploring new ways (new for me!) to persist the data. I …

java sql repository-pattern mybatis jooq
JOOQ & transactions

I've been reading about transactions & jooq but I struggle to see how to implement it in practice. Let's say …

java sql transactions jooq
JOOQ and Spring

Has anyone tried using JOOQ with the Spring framework or am I breaking new ground? http://www.jooq.org

java sql spring jooq
JOOQ vs Hibernate

When I chat to stackoverflowers on chat and read other tutorials about database with Java then they are guide me …

java sql database hibernate jooq
H2 - How to create a database trigger that log a row change to another table?

How to create a database trigger that log a row change to another table in H2? In MySQL, this can …

java sql triggers h2 jooq
Creating JOOQ query dynamically

I need to create a JOOQ SELECT query dynamically based on the set of parameters. I dont know how to …

java sql jooq
How can I simply add a link to a Spring Data REST Entity

I have my Entities with Spring Data JPA, but to generate stats about them, I use jOOQ in a Spring @…

spring entity-framework jpa spring-data-rest jooq