Hello, I have a postgres table with inheritance, I want to write a DAO for, which I want to derive from DAOImpl. Now DAOImpl expects the table to be of type UpdatetableRecord: DAOImpl<R extends UpdatableRecord<R>, P, T>. What would be the best way to implement a class working on an inherited table with jOOQ?
Best regards, David -- 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.
