Can I separate merged model into source parts? Need to do it for reason of upgrade to new versions my every or not every source part of db. It must work under 10.5, so i cant use inferredMappingModelForSourceModel.
Ok, I have solved my main problem. Now i need do transform my mapping.
In mapping i have two entities, and one of them was programmatically made to inherits another. And now i need to extend MappingEntity for the child entity by adding to it mapping data from parent entity mapping. Any suggestions?