c# - nhibernate generate mapping files from existing database -


i'm working nhibernate.

we have huge existing database (more 1.000 tables). want map tables nhibernate (with hbm.xml , cs files).

i tried job nhibernate mapping generator, unfortunately generated files not able compile. many little errors caused multiple foreign keys related same table or case sensitivity (wrong namespace ,...) , on.

so question...is there tool outside still supported , has huge amount of setting-options? entity developer (https://www.devart.com/entitydeveloper/)?

is common process map existing giant database or doing wrong?

thank much.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -