suggestion #1 (concerning the package of Factory): I would not expect 'Factory' to sit in 'org.jooq.impl' but in 'org.jooq' (impl should be the place for internal stuff, implementations of public interfaces and such)
suggestion #2 (concerning the name): [[ SQL ]] - it's short - it kind of tells the mission goal of jOOQ (bring back sql to java) - no class with same name in the JDK or any major framework I know of code sample: executor.select(SQL.max(TABLE.ID)).from(TABLE)... I think it reads pretty nice :-) -- 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.
