Below are the jars required for JOOQ based ORMing and code generation.
1. jooq-xxxx.jar –This is the core library for jOOQ
2. jooq-meta-xxxx.jar- This jar includes utility class to navigate database schema for code generation
3. jooq-codegen-xxxx.jar- Utility to generate code for database schema
4. JDBC driver jars
First three jars are available in http://www.jooq.org/download/
No comments:
Post a Comment