Advertisement · 728 × 90
#
Hashtag
#jOOQ
Advertisement · 728 × 90
Preview
Fetching Data From One-to-One, One-to-Many, and Many-to-Many Relationships With jOOQ This blog explains how to fetch data from tables with jOOQ featuring one-to-one, one-to-many, and many-to-many relationships. The application, built with Spring Boot, utilizes repositories to perfo…

In this blog, you will learn how to fetch data from tables with jOOQ which have a one-to-one, a one-to-many or a many-to-many relationship. Enjoy!
#jooq #java

1 1 0 0
Preview
I Swapped the Database Client and Added GraphQL. The Domain Never Noticed How Clean Architecture delivered on its promise — infrastructure and presentation changed completely,...

I Swapped the Database Client and Added GraphQL. The Domain Never Noticed How Clean Architecture delivered on its promise — infrastructure and presentation changed completely, domain and applicat...

#kotlin #jooq #dgs #cleanarchitecture

Origin | Interest | Match

0 0 0 0
Preview
I Swapped the Database Client and Added GraphQL. The Domain Never Noticed How Clean Architecture delivered on its promise — infrastructure and presentation changed completely,...

I Swapped the Database Client and Added GraphQL. The Domain Never Noticed How Clean Architecture delivered on its promise — infrastructure and presentation changed completely, domain and applicat...

#kotlin #jooq #dgs #cleanarchitecture

Origin | Interest | Match

0 0 0 0
Preview
Fetching Data From One-to-One, One-to-Many, and Many-to-Many Relationships With jOOQ This blog explains how to fetch data from tables with jOOQ featuring one-to-one, one-to-many, and many-to-many relationships. The application, built with Spring Boot, utilizes repositories to perfo…

In this blog, you will learn how to fetch data from tables with jOOQ which have a one-to-one, a one-to-many or a many-to-many relationship. Enjoy!
#jooq #java

1 1 0 0

That is when I started looking into @jooq.org.
It requires solid SQL knowledge and more explicit DTOs.
But it is honest about what it does.
You always see the query you are actually running.
#SQL #jOOQ

1 0 1 0
Preview
Fetching Data From One-to-One, One-to-Many, and Many-to-Many Relationships With jOOQ This blog explains how to fetch data from tables with jOOQ featuring one-to-one, one-to-many, and many-to-many relationships. The application, built with Spring Boot, utilizes repositories to perfo…

In this blog, you will learn how to fetch data from tables with jOOQ which have a one-to-one, a one-to-many or a many-to-many relationship. Enjoy!
#jooq #java

1 1 0 0
Preview
Fetching Data From One-to-One, One-to-Many, and Many-to-Many Relationships With jOOQ This blog explains how to fetch data from tables with jOOQ featuring one-to-one, one-to-many, and many-to-many relationships. The application, built with Spring Boot, utilizes repositories to perfo…

In this blog, you will learn how to fetch data from tables with jOOQ which have a one-to-one, a one-to-many or a many-to-many relationship. Enjoy!
#jooq #java

3 2 0 0
Preview
Fetching Data From One-to-One, One-to-Many, and Many-to-Many Relationships With jOOQ This blog explains how to fetch data from tables with jOOQ featuring one-to-one, one-to-many, and many-to-many relationships. The application, built with Spring Boot, utilizes repositories to perfo…

In this blog, you will learn how to fetch data from tables with jOOQ which have a one-to-one, a one-to-many or a many-to-many relationship. Enjoy!
#jooq #java

3 1 0 0
Post image

Как мы затащили jOOQ в высоконагруженный проект с Postgres Привет, Хабр. Меня зовут Михаил Тимошкин. Я тимлид в ком...

#jooq #postgres #jooqCodegen #gradle-plugin

Origin | Interest | Match

0 0 0 0

I’ve been learning Spring Boot and jOOQ for a potential gig and for the most part I like both quite a bit so far! Both seem to have reasonably intuitive DSLs that fit well with Kotlin.

#java #backend #webdev #spring #jooq

3 1 0 0
Preview
Fetching Data From One-to-One, One-to-Many, and Many-to-Many Relationships With jOOQ This blog explains how to fetch data from tables with jOOQ featuring one-to-one, one-to-many, and many-to-many relationships. The application, built with Spring Boot, utilizes repositories to perfo…

In this blog, you will learn how to fetch data from tables with jOOQ which have a one-to-one, a one-to-many or a many-to-many relationship. Enjoy!
#jooq #java

1 1 0 0
De Spring Data JPA à jOOQ | Java & Moi

🔍 Migration Spring Data JPA vers jOOQ sur Spring Petclinic
✅ DSL fluide & type-safe
✅ Contrôle total sur les requêtes SQL
✅ Multiset, pagination
🧵 Retour d'XP complet + code avant/après
📎 javaetmoi.com/2025/06/de-s...
#Java #SpringBoot #jOOQ #Sql
@starbuxman.joshlong.com @lukaseder.bsky.social

7 4 0 1
Preview
Fetching Data From One-to-One, One-to-Many, and Many-to-Many Relationships With jOOQ This blog explains how to fetch data from tables with jOOQ featuring one-to-one, one-to-many, and many-to-many relationships. The application, built with Spring Boot, utilizes repositories to perfo…

In this blog, you will learn how to fetch data from tables with jOOQ which have a one-to-one, a one-to-many or a many-to-many relationship. Enjoy!
#jooq #java

2 1 0 0
Preview
Fetching Data From One-to-One, One-to-Many, and Many-to-Many Relationships With jOOQ This blog explains how to fetch data from tables with jOOQ featuring one-to-one, one-to-many, and many-to-many relationships. The application, built with Spring Boot, utilizes repositories to perfo…

In this blog, you will learn how to fetch data from tables with jOOQ which have a one-to-one, a one-to-many or a many-to-many relationship. Enjoy!
#jooq #java

5 2 0 0
Post image

Join me on today at 4:00 PM in the Bitburger Event-Center Teil B for my talk on "Muss es wirklich Hibernate sein?"
I'm excited to be speaking at @javaland.bsky.social! 🎉
Looking forward to an engaging session and insightful discussions!
#JavaLand2025 #jOOQ #DataAccess #Performance

5 4 0 0
Preview
Four ways to do CRUD on SQL databases in a Kotlin Spring Boot Application In the last few years, two interview assignments required me to build a CRUD REST API with a SQL database behind it. The Java / Kotlin…

Released my Kotlin blog on ways to do CRUD queries on SQL databases:
leejjon.medium.com/four-ways-to...
#kotlin #jpa #hibernate #exposed #jooq

1 0 0 0
Preview
Spring Boot + jOOQ Tutorial - 1 : Getting Started In this tutorial, we will learn how to get started with jOOQ for implementing persistence layer in a Spring Boot application.

🚀 Spring Boot + jOOQ Tutorial - 5 Part Series 🎯

👉 Dive in now: www.sivalabs.in/spring-boot-...

Learn how to:
✅ Get Started with jOOQ
✅ Integrate jOOQ with Spring Boot
✅ Generate code for type-safe queries
✅ Handle One-to-Many, Many-to-One & Many-to-Many relationships 🔄
#SpringBoot #jOOQ #Java #SQL

12 5 0 0

As a #JVM #backend developer, #Hibernate is by far the framework I’ve wasted the most hours on. Too much:
- automagic
- laziness issues
- inefficient SQL
- having to understand what’s happening inside
- accidentally doing it wrong and only realizing after a later release bites you

#JDBC FTW
#JOOQ ?

1 0 0 1
Preview
Fetching Data From One-to-One, One-to-Many, and Many-to-Many Relationships With jOOQ This blog explains how to fetch data from tables with jOOQ featuring one-to-one, one-to-many, and many-to-many relationships. The application, built with Spring Boot, utilizes repositories to perfo…

In this blog, you will learn how to fetch data from tables with jOOQ which have a one-to-one, a one-to-many or a many-to-many relationship. Enjoy!
#jooq #java

mydeveloperplanet.com/2024/11/06/f...

1 1 0 0

Today @martinelli.ch will talk about
#CQRS on a small scale with Java #Records and #jOOQ in #Bern, on Wednesday @ixchelruiz.bsky.social is organizing a meeting in #Basel to celebrate #IWD, on Thursday we'll follow the footsteps of architectural art in #Zurich, followed by our annual general meeting

6 3 0 1

Ni sí, ni no, si no todo lo contrario. #JOOQ para escribir SQL de forma typesafe, con autocompletado etc. sin llegar a un ORM.

0 0 0 0