Hello

2014-12-16 16:54 GMT+01:00 <[email protected]>:
>
> What do you want to do?
>>
>
>  Basically:
> - use PG inheritance
> - use Java inheritance
> - use JOOQ
> - have clean code
>
> If I understand correctly the first part of your answer, I'll be able to
> generate POJOs for:
> - Parent
> - ChildA
> - ChildB
>

Yes, with all columns in Parent being repeated in ChildA and ChildB


> But I won't have the inheritance link out of the box.
>

Exactly, although you could work around this limitation by injecting
interfaces:



> Since Java does not allow me to write
> class enhancedClassA extends Parent, ChildA
> I can't find a clean way to get all PG / Java / JOOQ features working
> together.
>
> I hope you'll get what I mean.
>
> --
> You received this message because you are subscribed to the Google Groups
> "jOOQ User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to