VOOZH about

URL: https://www.javacodegeeks.com/tag/jooq

⇱ jOOQ Archives - Java Code Geeks


  • Core Java👁 Image
    Eleftheria DrosopoulouDecember 31st, 2024
    0 444

    jOOQ: SQL Made More Functional in Java

    When working with databases in Java, developers typically use JDBC or ORM frameworks like Hibernate to interact with SQL databases.…

    Read More »
  • Core Java👁 Image
    Simon MartinelliApril 24th, 2021
    2 593

    Java 16 Records with JPA and jOOQ

    Java Records The new Java version 16 includes a new feature: Records https://openjdk.java.net/jeps/395 “Enhance the Java programming language with records, which are…

    Read More »
  • Enterprise Java👁 Image
    Lukas EderJune 9th, 2016
    0 183

    Using Stored Procedures With JPA, JDBC. Meh, Just Use jOOQ

    The current edition of the Java magazine has an article about Big Data Best Practices for JDBC and JPA by…

    Read More »
  • Core Java👁 Image
    Lukas EderMay 11th, 2016
    0 107

    JSR-308 and the Checker Framework Add Even More Typesafety to jOOQ 3.9

    Java 8 introduced JSR-308, which added new annotation capabilities to the Java language. Most importantly: Type annotations. It is now…

    Read More »
  • Software Development👁 Image
    Peter DaumApril 27th, 2016
    0 368

    Combining the power of Gradle, Flyway and JOOQ for seamless development with databases

    Hi there, in this post I will show you how easily you can combine the power of Gradle, with Flyway and…

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyMarch 17th, 2016
    3 1,604

    SpringBoot : Working with JOOQ

    In my previous article SpringBoot : Working with MyBatis  we have learned how to use SpringBoot MyBatis Starter to quickly get…

    Read More »
  • Software Development👁 Image
    Lukas EderFebruary 1st, 2016
    0 208

    How to Detect Slow Queries with jOOQ

    Just now, we implemented a nice little feature in jOOQ’s code generator: https://github.com/jOOQ/jOOQ/issues/4974 It detects whenever the jOOQ code generator…

    Read More »
  • Scala👁 Image
    Lukas EderJanuary 18th, 2016
    0 157

    Reactive Database Access – Part 3 – Using jOOQ with Scala, Futures and Actors

    We’re very happy to continue our a guest post series on the jOOQ blog by Manuel Bernhardt. In this blog…

    Read More »
  • Enterprise Java👁 Image
    Lukas EderJanuary 5th, 2016
    0 107

    A Curious Incidence of a jOOQ API Design Flaw

    jOOQ is an internal domain-specific language (DSL), modelling the SQL language (external DSL) in Java (the host language). The main…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close