I have used jOOQ for a largish application (with both Scala and Java) a couple of years back and it indeed was a pleasure. Fantastic library.
@dimitrijeglisic6111 Жыл бұрын
Very nice talk. It's such a shame JOOQ is not recognized enough. New projects just blindly pickup JPA/Hibernate. I hope this will change in the near future. Take back control of your Data! 💪🏻😊
@hamiltonmbrito2 жыл бұрын
Congratulations, great presentation a great tool, I'll test certainly.
@flatmapper2 жыл бұрын
Thank you for such amazing presentation
@stcattc2 жыл бұрын
Possibly the greestest java library avaialble.
@drugsbunny_86416 ай бұрын
thats amazing!
@lilivier2 жыл бұрын
Impressive library indeed !
@ferjava9 ай бұрын
jOOQ is awesome guys \m/
@praveens2272 Жыл бұрын
Is anyone using JOOQ in production applications. How is it going. I have an option to use it instead of spring data jpa for new projects. Please suggest ideas.
@JuMi896 Жыл бұрын
This is 4 months old but for future readers. You can use both in application. I found user cases where we used JPA but if queries required optimization or were to much of a pain to do in hibernate we just used jooq instead.
@handler5728 ай бұрын
@@JuMi896bro, how to configure jooq code gen in gradle could you send me the code
@simonmartinelli6 ай бұрын
I'm a bit late to the party but I use jOOQ in a large ERP system with 2000 tables in production since 5 years. Works great