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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -