On May 14, 12:47 pm, Fabio Maulo <[email protected]> wrote: > > If you want a better definition of EntityMode.Map is: dynamic entities.No > implementation nor > interface.http://fabiomaulo.blogspot.com/2008/10/less-than-gof-is-hbm.html > > Very closer to Duck-typing. >
I understand this. Your post there is precisely the one that informed me on dynamic-map! :) I am using dynamic-map mode extensively in the system I've developed over the past three or four weeks. My system simply allows the user to maintain a set of database tables -- simple CRUD. The cool thing is that it uses a scaffold-like mechanism built on top of the NH mappings. As a result, adding a new table-to-be-maintained to the system is as easy as creating an 'hbm.xml' file for the new table and putting that file in a directory. It works great and is about 98% complete. --Stuart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
