Commit Graph

9 Commits

Author SHA1 Message Date
DieGurke
cea599ac2f Implemented functionality regarding pending groupMessages (unfinished)
(This was implemented some weeks ago but never pushed (made some
revision))
2020-06-27 21:58:53 +02:00
872b71fbe9 Fix JPA validator warnings with explicit column names
Due to a bug in the JPA validator columns with camel case names are
flagged as missing (probably due to the case-insensitive nature of SQL).
This has been circumvented by assigning every column with a camel case
name a new name with underscores.

The inheritance strategy of the Contacts class has been changed to
single table for performance reasons.
2020-06-15 11:59:48 +02:00
DieGurke
8ad43fecd9 Implemented suggestions from code review 2020-06-11 15:06:06 +02:00
DieGurke
72da2d46ca Started implementing group message status handling
* Group creation works
2020-06-11 10:44:48 +02:00
d9dd1f0c57 Remove illegal table declaration for single-table inheritance hierarchy 2020-06-11 10:44:47 +02:00
DieGurke
cb01d7139a Make GroupMessage extend Message, prepared GroupMessageStatus processing 2020-06-11 10:44:47 +02:00
DieGurke
a94caede85 Changed unimportant stuff 2020-06-11 10:44:46 +02:00
c2775af8cf Use constants as query names, joined inheritance for contacts 2020-04-24 21:24:19 +02:00
DieGurke
61d2a8d307 Implemented the GroupMessage class 2020-04-18 16:28:38 +02:00