You all are definetely right. You have been using NHibernate only by manually implementing the POCO and XML mappings.
The reason I am asking this is that I want to present NHibernate as an alternative to Linq-to-SQL to a group of developers here. The auto-generating capability of Linq-to-SQL doesn´t seem to be very useful in the long term since it requires the developers to work in a table-oriented-way however this feature is also very powerful and appealing to new developers. In the other hand If I demonstrate I can generate classes and hbm mappings from an SQL scheme than I can reduce the importance of Linq-to-SQL. At the same time, it can be useful for small and/or not integrated software projects in the department I work for. Additionally I have another question: Where can I find NHibernate-to-Linq ? I was in Ayende´s site but he said it was moved to NHibernate.Contrib but I couldn´t find this project. Can anyone tell me where to download it ? thanks On Thu, Nov 20, 2008 at 10:49 AM, Stefan Sedich <[EMAIL PROTECTED]>wrote: > > "The best tool is your mind and your hands trough your keboard" > > > Very well put :) > > On Thu, Nov 20, 2008 at 9:46 PM, Fabio Maulo <[EMAIL PROTECTED]> wrote: > > To have your entities representing your Tables instead your domain you > can > > use: > > MyGeneration > > CodeSmith > > GenWise > > For something little better > > VisualParadigmn > > AjGenesis > > and perhaps there are something more.... but.... > > The best tool is your mind and your hands trough your keboard > > > > 2008/11/20 Humberto Marchezi <[EMAIL PROTECTED]> > >> > >> Hello, > >> > >> Does anyone know something about a utility program that lets me to > >> generate Entity Models (POJO classes) (including *.hbm.xml mappings) > >> from a SQL scheme ? > >> > >> I guess there was an utility called sql2hbm or something like this ... > but > >> i can´t find it. > >> > >> Thanks a lot. > >> > >> -- > >> Humberto C Marchezi > >> --------------------------------------------------------- > >> Master in Electrical Engineering - Automation > >> Software Consultant and Developer > >> at the Town Hall of Vitória > >> > >> > > > > > > > > -- > > Fabio Maulo > > > > > > > > > > > -- > Stefan Sedich > Software Developer > http://weblogs.asp.net/stefansedich > > > > -- Humberto C Marchezi --------------------------------------------------------- Master in Electrical Engineering - Automation Software Consultant and Developer at the Town Hall of Vitória --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
