Thank you for sharing this, Peter. Looks like jOOQ can withstand your
"extreme" use-case. Looking forward to hearing more about this.

Cheers
Lukas

2013/2/22 Peter Cooner <[email protected]>:
>
> Oh, something else I forgot, normally the parent table does not have a
> primary key because you aren't intended to ever insert into this table
> directly. This causes jOOQ generator to extend TableImpl instead of
> UpdatableTableImpl.
>
> I really wanted UpdatableTableImpl to be used which gives you store() and
> other useful functions, so I had to add a PK the parent table during
> generation even if it doesn't exist in a production system.
>
> Pete
>
> --
> 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/groups/opt_out.
>
>

-- 
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/groups/opt_out.


Reply via email to