we'd like to put a layer between GreenDao and the app, so we can keep these layer classes fixed and re-generate GreenDao when needed. Also, we would like to extend these classes with new methods and properties.
I came to know there's the "keep sections" trick but we don't like this approach since (if I got it right) we could not use the "delete folder - recreate dao" approach.
Is there any other way to get this behaviour? Maybe decoration could be an alternative? Did anyone implement a layer between GreenDao and the app before?
Thank you so much