Update of /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tool.Net2Hbm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1420/src/NHibernate.Tool.Net2Hbm
Added Files:
readme.txt
Log Message:
Added the start of a readme document.
--- NEW FILE: readme.txt ---
Net2Hbm Tool
----------------------------------------------------
The Net2Hbm tool can be used to generate NHibernate mapping
documents. The tool uses .NET attributes to allow the programmer
to decorate their code with attributes. These attributes are
interpreted by the MapGenerator class. The resulting map stream
can be used to configure the NHibernate configuration object.
|