Closed magillus closed 6 years ago
I miss understood #22 and mixed in this PR, only support for separate configurations per class.
All queries still are done to User
class which extends RealmObject
Hi @magillus, I will try to look at your PRs in the few days. I have doubts about the new dependency, because it contains thousands of methods that will increase the method count of this library significatively.
I try to find other way to do it, I imagine AnnotationProcessor would be overkill
29 support for Realm Module annotation
There is big question what to do if the
allClasses
on module is added. I suggest that the configuration passed toinitModule
would be set as default replacing all defaults. - thoughts @vicpinm ?