jooq/jOOQ-examples/jOOQ-jpa-example-entities
2019-04-17 09:38:27 +02:00
..
src/main [#8491] Remove unnecessary marker tokens in source code 2019-04-05 11:52:34 +02:00
.gitignore
LICENSE.txt
pom.xml [#7490] Upgrade jOOQ-meta-extensions dependency to Hibernate 5.4 2019-04-17 09:38:27 +02:00
README.md

Thanks for downloading jOOQ. Please visit http://www.jooq.org for more information.

To install and run this example, simply check it out and run the following Maven command

$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-jpa-example-entities
...
$ mvn clean install
$ cd ../jOOQ-examples/jOOQ-jpa-example
...
$ mvn clean install

Note that the JPA-annotated entities need to be placed in a dependency of the example project