Hi, i am new to JOOQ. May I ask if this possible
1. specify a list of interfaces that represent DTO, for instance IMyBook 2. have the generator generate MYBOOK 3. so that i am able to use it in queries query.create().from(MYBOOK).where(MYBOOK.bookId.equals(...)); Goals - create abstraction layer to define business data queries across different systems that are technology agnostic (expect for having JAVA in common) - pass queries between different systems - be agnostic to the database used (could be any) I understand how to generate MYBOOK from the database, but I want to generate the JOOQ types from interfaces please. Any pointers would be highly appreciated Thanks Frank -- 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.
