jooq/jOOQ-codegen
Lukas Eder 054c7f6224 [jOOQ/jOOQ#644] Support POJO type hierarchy
This first draft will omit calls to super.xyz() in various POJO type hierarchy levels, assuming the super type implementation (and its attributes) can be ignored completely given that all methods are overridden. If this assumption isn't true, we can still fix things, but I prefer not to complicate *everything* unless it's necessary.

Some implementations are still wrong as they should downcast known supertypes to their subtypes, e.g. constructors when accepting <interfaces/> types.
2024-09-05 12:03:33 +02:00
..
src/main [jOOQ/jOOQ#644] Support POJO type hierarchy 2024-09-05 12:03:33 +02:00
.gitignore Added IntelliJ meta info to .gitignore 2014-06-06 14:58:11 +02:00
LICENSE.txt [#16988] Correctly name Apache-2.0 everywhere 2024-07-29 12:53:09 +02:00
NOTICE.txt [jOOQ/jOOQ#8615] Missing NOTICE file from commons-lang 2019-05-21 12:23:17 +02:00
pom.xml [jOOQ/jOOQ#15987] pom.xml files should use https links instead of http links 2023-12-22 14:44:36 +01:00