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
property-ref does not seem to be supported when referring to joined-subclass mappings. A solution is to introduce a duplicate property in the joined subclass (Property2) with insert and update set to false, and use property-ref to refer to that property.
NHibernate should at least error when encountering a property-ref pointing to a joined-subclass, if not support it.