How to solve “Could not solve attribute x of XClass due to the attribute being declared in multiple subtypes YClass and ZClass”?
I’m receiving the exception InvalidDataAccessResourceUsageException with the following message: “Could not solve attribute ‘field’ of ‘Parent’ class due to the attribute being declared in multiple subtypes ‘ChildOne’ and ‘ChildTwo'”.