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
I think the only good way to support this kind of mapping would be to implement it with the TREAT operator(#120). You would have a mapping like @Mapping("TREAT(this AS PhysicalShopOffer).foo") which would also require the introduction of an implicit this alias.
In the following entity view scenario, the view validation fails because AbstractOffer does have a mapped property 'foo'.
The text was updated successfully, but these errors were encountered: