The different tools Fabio pointed out will help you create the mappings. Once you have your mappings, run NHibernate's hbm2ddl tool to get a good start on your new database design.
On Thu, Jul 1, 2010 at 11:06 AM, Fabio Maulo <[email protected]> wrote: > ah and obviously you can use even > http://fluentnhibernate.org/ > > Or someone of the others options > http://fabiomaulo.blogspot.com/2010/03/nhibernate-mappings-path.html > > Welcome to the world of NHibernate options!! > > On Thu, Jul 1, 2010 at 1:01 PM, Fabio Maulo <[email protected]> wrote: > >> You may be ConfORM >> http://fabiomaulo.blogspot.com/search/label/ConfORM >> >> <http://code.google.com/p/codeconform/> >> >> On Thu, Jul 1, 2010 at 12:57 PM, m2pilot <[email protected]> wrote: >> >>> Hello all- >>> >>> I have a large legacy system which I am interested in converting to >>> nhibernate. Currently, the system makes bastardized use of a database >>> -- objects in memory are serialized, and then written into large >>> 'blobs' for persistence in the DB. Yes, this means none of the data >>> can be accessed / manipulated within the db itself, since it is all >>> 'trapped' in the serialized blobs. >>> >>> We want to get away from this implementation & store the data >>> 'properly'. The idea of hand-creating all the schemas & persistence >>> code is too depressing to think about. Thus the interest in >>> introducing ORM via nhibernate to do the heavy lifting for us. >>> >>> Are there tools available to parse the code base and automatically >>> generate the necessary nhb files for us? Certainly, we would want/ >>> need to refine & optimize whatever was autogenerated, but that's much >>> easier than hand-writing from scratch! I've been trying to find the >>> place to start for a while now, but everything I find relates to >>> autogenerating domain code based on an existing schema structure. I >>> want to go the opposite direction. >>> >>> Any pointers to where to start would be greatly appreciated. >>> >>> Mark >>> >>> -- >>> 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]<nhusers%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/nhusers?hl=en. >>> >>> >> >> >> -- >> Fabio Maulo >> >> > > > -- > Fabio Maulo > > -- > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- 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.
