Sunday, August 27, 2017

jOOQ 3.10 Supports JPA AttributeConverter

DZone Database Zone
jOOQ 3.10 Supports JPA AttributeConverter

One of the cooler hidden features in jOOQ is JPADatabase, which allows for reverse engineering a pre-existing set of JPA-annotated entities to generate jOOQ code.

For instance, you could write these entities here:

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...