jooq/jOOQ-codegen/src/main/java
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
..
org/jooq/codegen [jOOQ/jOOQ#644] Support POJO type hierarchy 2024-09-05 12:03:33 +02:00
module-info.java [jOOQ/jOOQ#9844] Generator strategies should support <schemaExtends/>, <tableExtends/>, <recordExtends/>, <daoExtends/>, <routineExtends/> 2022-07-07 16:01:22 +02:00