quarkiverse / quarkus-jooq

Quarkus Jooq Extension
Apache License 2.0
67 stars 17 forks source link

Add jOOQ record auto reflection registration #77

Open luneo7 opened 2 years ago

luneo7 commented 2 years ago

Adds jOOQ records automatic reflection registration, so records/pojos generated with jOOQ codgen are automatically registered for reflection

Fixes https://github.com/quarkiverse/quarkus-jooq/issues/6

luneo7 commented 2 years ago

/cc @angrymango