Hello, > I see that POJOs are created during code generation, but I can't seem to > find documentation for how to use them. Any pointers?
You'll find the answers here: http://www.jooq.org/javadoc/latest/org/jooq/Record.html#from%28java.lang.Object%29 http://www.jooq.org/javadoc/latest/org/jooq/Record.html#into%28java.lang.Class%29 Cheers Lukas
