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
How ids are propagated from BaseTable to ExtendTable? Does it depend on the order of innerJoin arguments? What if I need several base tables (one for each interface/superclass)?
How this would work when another table references BaseTable? The code doesn't know whether it is ExtendEntity or Extend2Entity.
In my experience, BaseTable has enum column specifying concrete type.
Allow to implement inheritance in something like:
The text was updated successfully, but these errors were encountered: