Page 1 of 1

nHibernate assembly/namespace match the class namespace

Posted: Wed 27 Mar 2013 21:37
by dgallardo
I'm using Entity Developer version 5.028.
I was wondering if it is possible to have the assembly and namespace match the class namespace in the hbm.xml file? I would like to do this because I have entities divided up into different assemblies but I need to keep them in one Model so they can reference each other.

Thanks,
Dean

Re: nHibernate assembly/namespace match the class namespace

Posted: Mon 01 Apr 2013 06:10
by Shalex
If you select entity on the diagram, you can set its Assembly and Namespace attributes via Properties window (F4). Is that what you need?