Is there a generator to create mapping files for Fluent NHibernate based on a database schema which already exists?
I need to write a data layer for a application, which uses an database of another application. There are more than 300 tables so there is no way to create all these mapping files manually.
Fluent NHibernate is NOT allowed to change any table definition.
A solution for dynamic objects at runtime would be perfect, but it's also ok to create the mapping at design time.