You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, that was kinda intended behaviour to take only the fields declared in the class into consideration.
Inheritance would require implementing Table-per-Hierarchy vs Table-per-Concrete-Class vs Table-per-Subclass strategies to avoid duplicate columns and which may require referencing to data in base tables. Which is departure from single table philosophy of gstorm. Until I see pressing need, I think it's better to keep it simple.
Again, it's possible to provide just the most basic implementation which creates tables for each concrete class without worrying about any column dedupe strategy. Perhaps matter of time.
I think basic implementation would be a logical choice for SINGLE Table ORM :) This can also be handled through annotation somehow e.g. @MapInheritedFields
No description provided.
The text was updated successfully, but these errors were encountered: