NHibernate Mapping Generator
A simple utility to generate NHibernate mapping files.
A simple utility to generate NHibernate mapping files and corresponding domain classes from existing DB tables.
Main Features:
- Supports SqlServer and Oracle and Postgres.
- Can generate both .hbm.xml and Fluent style of mapping files.
- Has lots of preferences to control the property naming conventions.
- Generates both Domain Entity and NHibernate mapping files.
- Can generate one table at a time or script entire DB in one go. (It can generate mapping for around 800 tables in under 3 minutes on my moderately powered laptop)
- Its super fast and free. No licensing restrictions.