Hi Lukas, Am Samstag, 25. Juni 2016 14:24:18 UTC+2 schrieb Lukas Eder:
> It's safe because the implicit contract on the type <T> is for: > > - Single column primary keys to be of the type T of the column > - Composite primary keys to be of the type Record[N]<T1, T2, ..., T[N]> > > It's a contract, but it cannot be easily expressed in code. The code > generator will adhere to this contract. Custom DAO implementations might > not, but as many other jOOQ APIs, DAO is not meant for random > implementation by users, so it's... "safe" :) > Aha, I begin to understand how it is solved and I will start looking more closely at the code generator now. Thanks again, Christian -- 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.
