Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Benki: Model join tables properly. | Matthias Andreas Benkard | 2020-01-24 | 8 | -262/+43 |
| | | | | Change-Id: I24bfd7a65ad72330a1862cbc408d7911263b6329 | ||||
* | Set all fetch types to LAZY. | Matthias Andreas Benkard | 2020-01-24 | 21 | -46/+66 |
| | | | | Change-Id: I0b0c96fe177260ece2a68381c71c4959c3a82dcb | ||||
* | Replace UserVisible{Bookmark,Post,LazychatMessage} with a @ManyToMany. | Matthias Andreas Benkard | 2020-01-24 | 5 | -123/+15 |
| | | | | Change-Id: Ie807f3eed9da1e5bcaefb10104d989f3b3ddbf7b | ||||
* | Benki: Sort into a sane folder structure, fix mapping bugs. | Matthias Andreas Benkard | 2020-01-24 | 45 | -432/+360 |
| | | | | Change-Id: I55f5c0349dc580a24506648284ce6483dd952d8a | ||||
* | Move CMS-related entities into a “cms” package. | Matthias Andreas Benkard | 2020-01-24 | 36 | -44/+44 |
| | | | | Change-Id: Ie350230552fa6f970f26412b40974ca4af7a9260 | ||||
* | Benki: Simplify with Panache. | Matthias Andreas Benkard | 2020-01-24 | 27 | -1569/+174 |
| | | | | Change-Id: I341a9d0ded3ee20e84841bf8494ef4d4eba55b74 | ||||
* | Import Benki data model. | Matthias Andreas Benkard | 2020-01-24 | 38 | -0/+3040 |
| | | | | Change-Id: If17035f96afa56eb409fcab9d8038d885adf607b | ||||
* | Category: Add #articles mapping. | Matthias Andreas Benkard | 2020-01-19 | 1 | -0/+3 |
| | | | | Change-Id: Iac78840f98950fc9d79bbbc802baf4ecc961f8b4 | ||||
* | Reorganize packages. | Matthias Andreas Benkard | 2020-01-19 | 35 | -35/+49 |
| | | | | Change-Id: Ie40dbeb7a05edf4e847b9ca88b1d9179e50dee5f | ||||
* | Disable Scala, use Java everywhere. | Matthias Andreas Benkard | 2020-01-14 | 1 | -0/+14 |
| | | | | Change-Id: Ieec7d20f3e7d7a15e7db951d2a0b4ebdcf8503a5 | ||||
* | Implement equals() and hashCode for composite ID classes. | Matthias Andreas Benkard | 2020-01-12 | 2 | -0/+37 |
| | | | | Change-Id: I7fd6be62f62f8dc43fa2863f52287654d307e8e0 | ||||
* | Simplify JPA entities with Panache. | Matthias Andreas Benkard | 2020-01-12 | 33 | -1783/+200 |
| | | | | Change-Id: I09cbea27e6f81e4092dcbbc2f56e5abb9494a945 | ||||
* | Add fetch = FetchType.LAZY to all relationship declarations. | Matthias Andreas Benkard | 2020-01-12 | 20 | -40/+61 |
| | | | | Change-Id: I22435019234ed092ae07ffd8e61b212416b4dd0f | ||||
* | Move Java files from src/main/scala to src/main/java. | Matthias Andreas Benkard | 2020-01-12 | 35 | -0/+2886 |
Change-Id: I80c9b4cea5e50a4467ea75e9b425409fdbe36aa1 |