nHibernate assembly/namespace match the class namespace

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
dgallardo
Posts: 1
Joined: Wed 27 Mar 2013 21:32

nHibernate assembly/namespace match the class namespace

Post by dgallardo » Wed 27 Mar 2013 21:37

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: nHibernate assembly/namespace match the class namespace

Post by Shalex » Mon 01 Apr 2013 06:10

If you select entity on the diagram, you can set its Assembly and Namespace attributes via Properties window (F4). Is that what you need?

Post Reply