nhibernate mapping generator integrated to build -
i have searched automatic mapping generator nhibernate. far have tried following
- nhibernate mapping generator
- devart entity developer
- codesmith generator
from nhibernate mapping generator 1 supports nh style fluent mapping default. devart , codesmith provides possibility write own templates job. devart , codesmith has "challenges", when want mappings , entities located in different assemblies.
i ask, if guys have experience tools above? if have other tools suggest me.
i interested in integrating tools ci environment. whenever db changes, want entities , mapping generated automatically.
i use devart entity developer
, support fluent
nhibernate mapping. in-fact use on of projects. add fluent template provided , configure output location. generates mapping code files automatically based of model load in database every time build project. integrates visual studio if required. thoroughly recommend give 30 day trial ago.
in particular draw attention paragraph:
entity developer nhibernate mapping generator can generate both xml , fluent mapping. xml mapping may customize output settings, use file per class option. xml mapping generated embedded resource default. our nhibernate designer provides full support fluent nhibernate mapping - supports kinds of inheritances, components, composite ids, etc.
Comments
Post a Comment