jooq/jOOQ-examples/jOOQ-jpa-example
lukaseder 178e6216e5 [#6332] [#6339] Recognise H2 system-generated sequences as identities
- [#6332] JPADatabase with GeneratedValue does not account for dialect
- [#6339] Recognise H2 SYSTEM_SEQUENCE in INFORMATION_SCHEMA.COLUMNS.COLUMN_DEFAULT as an Identity column
2017-06-09 11:38:25 +02:00
..
src/main [#6332] [#6339] Recognise H2 system-generated sequences as identities 2017-06-09 11:38:25 +02:00
.gitignore
LICENSE.txt
pom.xml Upgrade Hibernate dependency 2017-05-29 17:42:08 +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