Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | JPA: Fix up @ManyToMany relationships. | Matthias Andreas Benkard | 2020-01-12 | 9 | -402/+44 | |
| | | | | | | | | | IntelliJ does not appear to be capable of detecting many-to-many relationships, instead generating one-to-many relationships with join tables. To reflect the data model more accurately, this patch changes these into actual @ManyToMany properties. Change-Id: Ib813e7df64b1b3d77df3e7f904d279f320029f4b | |||||
* | Import autogenerated JPA entities. | Matthias Andreas Benkard | 2020-01-12 | 42 | -2/+3259 | |
| | | | | | | | Adds JPA entities generated by IntelliJ for all existing tables in the database. Change-Id: Iac957b5d68ce45328db87487f105522f8595e124 | |||||
* | Import fresh Quarkus project. | Matthias Andreas Benkard | 2020-01-12 | 7 | -0/+249 | |
Change-Id: I05fa5dd499cdca04adee9afbef9f83b3afd8fe0f |