Advertisement · 728 × 90

Posts by jOOQ

[ ANNOUNCEMENT ] jOOQ 3.19.32, 3.20.13, and 3.21.2 patch releases with minor improvements and bug fixes

jOOQ 3.19.32, 3.20.13, and 3.21.2 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...

1 day ago 0 0 0 0
Preview
Enhancing jOOQ Debug Logging for Safer Production Use Discover jOOQ's powerful debug logging feature, perfect for developers, while ensuring sensitive data remains secure in production.

A small but cool new feature of jOOQ 3.21's commercial editions: redacted columns, which do not expose their contents to DEBUG logs and other text output:

blog.jooq.org/managing-sen...

3 weeks ago 0 1 0 0
[ ANNOUNCEMENT ] jOOQ 3.21.1 patch releases with minor improvements and bug fixes

jOOQ 3.21.1 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...

3 weeks ago 1 1 0 0
[ ANNOUNCEMENT ] jOOQ 3.18.38, and 3.19.31, and 3.20.12 patch releases with minor improvements and bug fixes

jOOQ 3.18.38, and 3.19.31, and 3.20.12 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...

3 weeks ago 1 0 0 0
[ ANNOUNCEMENT ] jOOQ 3.21.0 with Databricks, Spanner support, cloud dialect upgrades, redacted columns, meta dependencies, many UDT and DDL improvements, and much more

jOOQ 3.21.0 with Databricks, Spanner support, cloud dialect upgrades, redacted columns, meta dependencies, many UDT and DDL improvements, and much more groups.google.com/g/jooq-user/...

3 weeks ago 0 0 0 0
jOOQ Deep Dive: CTE, MULTISET, and SQL Pipelines
jOOQ Deep Dive: CTE, MULTISET, and SQL Pipelines YouTube video by CyberJAR

👾New on CyberJAR: A jOOQ Deep Dive

ORM makes you suffer? Let's explore a SQL-first approach to persistence with jOOQ!

This video covers type-safe SQL in Java for complex queries, CTE pipelines, nested result mappings, and dynamic query composition:

www.youtube.com/watch?v=J47i...

1 month ago 6 2 0 0
Post image

A very nice feature of @jooq.org - implicit joins!
No need to explicitly join child tables to retrieve parent's columns. SQL that feels like ORM :)

2 months ago 7 3 1 0
[ ANNOUNCEMENT ] jOOQ 3.18.37, and 3.19.30, and 3.20.11 patch releases with minor improvements and bug fixes

jOOQ 3.18.37, and 3.19.30, and 3.20.11 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...

2 months ago 0 0 0 0

I haven't trained my SQL muscle for a while, and now, after starting a project on jOOQ, I feel like I need to go back to basics before implementing more complex stuff... Luckily, rolling back into the process is much easier with jOOQ's DSL API.

2 months ago 1 1 0 0
Advertisement

The love/hate Hibernate topic hasn't lost it's relevance: the video sparkled a nice conversation on Reddit www.reddit.com/r/java/comme...

What is your stance, friends? What do you prefer, ORM or JDBC/jOOQ?

3 months ago 2 2 0 0
Preview
One Query, Complete Object Graphs: Nested DTOs with jOOQ MULTISET - Martinelli In my previous post about Open Session in View, I explored how this default Spring Boot setting can hide serious performance problems. The N+1 query problem sits behind a system that looks correct in ...

One Query, Complete Object Graphs: Nested DTOs with jOOQ MULTISET martinelli.ch/one-query-co... by @martinelli.ch

3 months ago 4 3 0 0
[ ANNOUNCEMENT ] jOOQ 3.18.36, and 3.19.29, and 3.20.10 patch releases with minor improvements and bug fixes

jOOQ 3.18.36, and 3.19.29, and 3.20.10 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...

4 months ago 0 0 0 0
Post image

flow-php/pg-query quickly escalated from "I just want to parse sql to AST" into "why not build a proper query builder?" 😅

So there is, #PHP Query Builder for #PostgreSQL inspired by JOOQ
(API will change, this is just PoC)

4 months ago 1 1 0 0
Preview
GitHub - martinellich/vaadin-jooq-archetype Contribute to martinellich/vaadin-jooq-archetype development by creating an account on GitHub.

I've created a Maven Archetype to create Vaadin applications that use jOOQ for the database access.

github.com/martinellich...

4 months ago 10 1 0 0

🇫🇷 jOOQ et le code legacy:
1/ https://shodo.io/jooq-et-le-code-legacy-1/
2/ https://shodo.io/jooq-et-le-code-legacy-2/

4 months ago 1 2 1 0
Simon Martinelli on a Bootiful Podcast
Simon Martinelli on a Bootiful Podcast YouTube video by Coffee + Software

This morning, I had the pleasure of joining the Bootiful Podcast, hosted by @starbuxman.joshlong.com
We were discussing jOOQ, Vaadin, Spring Data, and the Unified Process for AI.
Thank you very much for having me, my friend 🙏
www.youtube.com/watch?v=EvzD...

5 months ago 7 2 0 0
[ ANNOUNCEMENT ] jOOQ 3.18.35, 3.19.28, and 3.20.9 patch releases with minor improvements and bug fixes

jOOQ 3.18.35, 3.19.28, and 3.20.9 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...

5 months ago 0 1 0 0
Advertisement
Video

Too many frameworks, not enough performance. Marco and @ththjanssen123.bsky.social discuss how Java devs can balance convenience and control: Hibernate, JPA, Spring Data, jOOQ, and plain SQL.
Watch the full talk 🎥: https://youtu.be/t4h6l-HlMJ8

#JetBrains #Java #Hibernate #Developers #Performance

5 months ago 16 5 0 0
[ ANNOUNCEMENT ] jOOQ 3.18.34, 3.19.27, and 3.20.8 patch releases with minor improvements and bug fixes

jOOQ 3.18.34, 3.19.27, and 3.20.8 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...

6 months ago 0 0 0 0
Back to SQL: How jOOQ Puts You in the Driver’s Seat
Back to SQL: How jOOQ Puts You in the Driver’s Seat YouTube video by CyberJAR

Back to SQL: How jOOQ puts you in the driver's seat with @martinelli.ch
www.youtube.com/watch?v=QZ8S...

6 months ago 5 5 1 0
Post image

How to fetch multiple to-many relationships with jOOQ MULTISET

vladmihalcea.com/fetch-multip...

7 months ago 4 2 0 1
[ ANNOUNCEMENT ] jOOQ 3.18.33, 3.19.26, and 3.20.7 patch releases with minor improvements and bug fixes

jOOQ 3.18.33, 3.19.26, and 3.20.7 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...

7 months ago 0 0 0 0
Back to SQL: How jOOQ Puts You in the Driver’s Seat
Back to SQL: How jOOQ Puts You in the Driver’s Seat YouTube video by CyberJAR

🎬 We’re live! @cat-edelveis.bsky.social and Simon Martinelli are talking jOOQ, type-safe SQL, Spring Boot integration, and safer migrations. Join here: www.youtube.com/watch?v=QZ8S...

7 months ago 3 1 0 0

Today, at 5 PM CEST, @martinelli.ch will show how to take control of your SQL with @jooq.org : come by and bring your questions!

7 months ago 1 2 0 0
Advertisement
Back to SQL: How jOOQ Puts You in the Driver’s Seat
Back to SQL: How jOOQ Puts You in the Driver’s Seat YouTube video by CyberJAR

👾CyberJAR Live: Back to SQL or How jOOQ Puts You in the Driver’s Seat

Next Wednesday, I'm joined by @martinelli.ch, Java Champion and Oracle ACE Pro, to explore type-safe queries with jOOQ for reliable and efficient queries. Drop the ORM and grab the wheel!
www.youtube.com/watch?v=QZ8S...

7 months ago 7 3 0 1
spot art.
Photo of presenter(s).
text reads: .NET Data Community Standup - Learning about jOOQ with Lukas Eder

spot art. Photo of presenter(s). text reads: .NET Data Community Standup - Learning about jOOQ with Lukas Eder

TODAY on the .NET Data Community Standup - We learn about jOOQ with Lukas Eder.

Join us at 10AM PT for another community standup where we welcome Lukas Eder, author of jOOQ, to show us what it can do, and what inspiration we can get for EF from it.

See you here ➡️ msft.it/63325sT9OU

7 months ago 4 1 0 0

Id like a reality check here, am I the tyrant for requesting manual reviews of generated code from tools like jOOQ or QueryDSL?

Do people just put these generators blindly into their pipelines, either gen on build or build & merge into main?

8 months ago 0 2 1 0
Preview
Code generation and version control Code generation and version control

A lot of folks put jOOQ generated code under version control for precisely this reason (and others): www.jooq.org/doc/latest/m...

It's particularly useful when upgrading jOOQ as well

8 months ago 1 0 0 0
[ ANNOUNCEMENT ] jOOQ 3.18.32, 3.19.25, and 3.20.6 patch releases with minor improvements and bug fixes

jOOQ 3.18.32, 3.19.25, and 3.20.6 patch releases with minor improvements and bug fixes groups.google.com/g/jooq-user/...

8 months ago 0 0 0 0