I have an application with existing POJO's (and many hand coded SQL statements) I would like to try JOOQ on.
I can't find any examples of how to do this? Do I need to configure JOOQ programmatically so it knows, for instance, I have a Document table and Annotation table, and how they are related? Where would I find an example of that? Or is code generation needed to get full feature type checking queries? Right now the data is mostly read only, so I am looking for the most maintainable way to do queries. Thanks, Ryan -- 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.
