From C# to hbm.xml

Posted by mcabral on Stack Overflow See other posts from Stack Overflow or by mcabral
Published on 2010-04-06T20:04:01Z Indexed on 2010/04/06 21:13 UTC
Read the original article Hit count: 339

Filed under:

I'm looking for a NHibernate Mapping generator which could generate a mapping file (hbm) and SQL Script from a C# class. I've found generators for the other way around, but not for this case.

Can you guys point me to nice generator?

Thanks a lot!

© Stack Overflow or respective owner

Related posts about nhibernate