Hey Steve Ebersole, I'm a tiny bit surprised, my first guess would be to have implemented it in a way that ignores overridden versions. The one big issue I can think of is if the mapping information is inconsistent between the property and its overridden version e.g. with different @Column names. So favoring the parent version solves that problem. |