Skip to content
Ravi Ranjan edited this page Mar 29, 2018 · 5 revisions

Project Description

A simple utility to generate NHibernate mapping files and corresponding domain classes from existing DB tables.

Features:

  1. Supports Oracle, SqlServer, PostgreSQL, MySQL, SQLite, Sybase, Ingres, CUBRID
  2. Can generate hbm.xml, Fluent NHibernate and NH 3.3 Fluent style of mapping files.
  3. Has lots of preferences to control the property naming conventions.
  4. Can generate Domain Entity and WCF Data Contracts too.
  5. 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)
  6. Supports ActiveRecord code generation.
  7. Its super fast and free. No licensing restrictions.
  8. Option to generate NHibernate or MS validators

Table

Domain

Mapping

Preferences

Please raise any feature requests and bugs in the Issue Tracker.

Any code contributions/patches for bug fixes/ new features are welcome. Ravi Ranjan

Clone this wiki locally