Hi everyone!

I've tried googling but beside a thread about JOOQ and Postrgres 
(http://groups.google.com/group/jooq-user/browse_thread/thread/62e4e9f7ee4af5fb/9b5f90fc63e0e1a8)
 
I didn't find a hint how someone would implement simple inheritance with 
JOOQ.
What I want to do is have a java class "Contact" which is the base class of 
"User". I know that there are at least 3 different ways to design your 
database for this kind of inheritance and I'm fine with any of them.
Is there a "JOOQ Way" to do this? Can I tell JOOQ somehow that the 
UsersRecord is actually extending the ContactsRecord?

I'm sorry if this all is very vague, but I'm really grateful for every 
reply.

Best regards
Andreas

Ps.: Whats the best way to submit a bug?

Reply via email to