jooq/jOOQ-codegen
Lukas Eder f0e0ce5c99 [jOOQ/jOOQ#14985] Override TableImpl.as() methods also in Path subtype.
In order to allow for things like:

BOOK.join(BOOK.author())

We generate a Author subclass that extends Author & Path<AuthorRecord> to help auto-generate the right ON clause. This now also works with aliased paths:

BOOK.join(BOOK.author().as(a))
2023-06-21 11:05:46 +02:00
..
src/main [jOOQ/jOOQ#14985] Override TableImpl.as() methods also in Path subtype. 2023-06-21 11:05:46 +02:00
.gitignore
LICENSE.txt [jOOQ/jOOQ#14110] License header should use HTTPS rather than HTTP 2022-10-19 10:43:58 +02:00
NOTICE.txt
pom.xml Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00