Does WebRatio support inheritance in entities?
For example, I have an abstract base class called Person, with two concrete sub-classes called NaturalPerson and LegalPerson, with some attributes and methods for each of these three classes.
And, what are the strategies for persisting structures like the above?