4.0.0 org.jooq jooq-parent 2.6.0-SNAPSHOT org.jooq jooq-codegen-maven-example jOOQ Codegen Maven (Example) org.springframework spring-jdbc 3.0.6.RELEASE test org.springframework spring-beans 3.0.6.RELEASE test org.springframework spring-tx 3.0.6.RELEASE test org.springframework spring-test 3.0.6.RELEASE test log4j log4j 1.2.16 test cglib cglib 2.2.2 test org.jooq jooq junit junit 4.9 jar test org.hsqldb hsqldb 2.2.6 jar test postgresql postgresql 9.0-801.jdbc4 jar test net.sourceforge.jtds jtds 1.2.4 jar test mysql mysql-connector-java 5.1.18 jar test javax.persistence persistence-api 1.0.2 jar true UTF-8 org.jooq jooq-codegen-maven exec0 generate org.hsqldb.jdbcDriver jdbc:hsqldb:hsql://localhost sa org.jooq.util.DefaultGenerator org.jooq.util.hsqldb.HSQLDBDatabase .* PUBLIC false org.jooq.util.maven.example.hsqldb target/generated-sources/jooq-hsqldb exec1 generate org.postgresql.Driver jdbc:postgresql:postgres public postgres test org.jooq.util.DefaultGenerator org.jooq.util.postgres.PostgresDatabase .* true false false true org.jooq.util.maven.example.postgres target/generated-sources/jooq-postgres exec2 generate net.sourceforge.jtds.jdbc.Driver jdbc:jtds:sybase://lukas-hp:5000/TEST dbo sa org.jooq.util.DefaultGenerator org.jooq.util.ase.ASEDatabase t_.*,x_.*,v_.*,V_.*,p_.*,f_.*,(f|p)[0-9]+,s_.* false true true org.jooq.util.maven.example.ase target/generated-sources/jooq-ase exec3 generate com.mysql.jdbc.Driver jdbc:mysql://localhost/test root org.jooq.util.DefaultGenerator org.jooq.util.mysql.MySQLDatabase .* t_book_details true test test2 BOOLEAN_10 1,0 BOOLEAN_YN_UC "Y",N BOOLEAN_YN_LC y,"n" BOOLEAN_YES_NO_UC "YES","NO" BOOLEAN_YES_NO_LC yes,no BOOLEAN_TRUE_FALSE_UC TRUE,FALSE BOOLEAN_TRUE_FALSE_LC true,false BOOLEAN_10 (?i:(.*?\.)?T_BOOLEANS\.ONE_ZERO) BOOLEAN_YN_UC (?i:(.*?\.)?T_BOOLEANS\.Y_N_UC) BOOLEAN_YN_LC (?i:(.*?\.)?T_BOOLEANS\.Y_N_LC) BOOLEAN_YES_NO_UC (?i:(.*?\.)?T_BOOLEANS\.YES_NO_UC) BOOLEAN_YES_NO_LC (?i:(.*?\.)?T_BOOLEANS\.YES_NO_LC) BOOLEAN_TRUE_FALSE_UC (?i:(.*?\.)?T_BOOLEANS\.TRUE_FALSE_UC) BOOLEAN_TRUE_FALSE_LC (?i:(.*?\.)?T_BOOLEANS\.TRUE_FALSE_LC) false true false true true org.jooq.util.maven.example.mysql target/generated-sources/jooq-mysql org.hsqldb hsqldb 2.2.6 net.sourceforge.jtds jtds 1.2.4 postgresql postgresql 8.4-702.jdbc4 mysql mysql-connector-java 5.1.18 release org.apache.maven.plugins maven-gpg-plugin sign-artifacts verify sign