Arjan van Wieringen
08/19/2022, 8:06 AMfromDataEntity and toDataEntity helper functions for every common data class which is to be persisted. But that is a lot of boilerplate I suppose.
Any other ideas?Robert Jaros
08/19/2022, 8:10 AMArjan van Wieringen
08/19/2022, 8:16 AMRobert Jaros
08/19/2022, 8:25 AMTable annotation don't work - you need to use e.g. @Table("articles", "articles", ""))Arjan van Wieringen
08/19/2022, 8:41 AM