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]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
