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.
