I have an existing model for my project. I would like to switch to Entity Framework but I don't want to replace my model with the model generated from EF.
Additionally, my model is very different from my database schema so any chances to use the model generated from EF and do all the required refactoring seems too hard.
Does exist any way to have an existing domain, an existing database and use EF only to add methods to my domain to include the O/RM layer?