-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject:
PostPosted: Tue Dec 13, 2005 12:34 am 
I made a plugin for MiddleGen awhile back to generate NHibernate hbm.xml files from the database schema. I design the database -> use migglegen with nhibernate plugin for the hbm.xml -> hbm2net for c# class gen. I updated it a bit. Hope it works for you.

Heres the sample task you need to put in your ant file.

http://www.coolniche.com/middlgen-nhibernate-plugin-0.5.zip

<middlegen
......
>

<table name="AppUser"/>
......

<nhibernate
destination="${build.gen-src.dir}"
package="${name}.${tier-namespace}"
assembly="${name}">

<hibernateDAO getHibernateSession="MySessionFactory.OpenSession();"/>

</nhibernate>

</middlegen>


Top
  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.