Let\'s say I have an entity called MyItem. It can be included in many \"parents\", like SomeCollection and SomeOtherCollection. Because it can be included in many parents, and since I don\'t want MyIt
I\'ve got two objects a parent and a child list. In my fluent nhibernate mapping for the parent I want to load the list of the children.
What is the best way to map UInt32 type to sql-server int type with NHibernate. The value is a picture width/height so negative value are not make sense开发者_JAVA百科 here.
What are the access strategies that I can use in the attribute access of the nhibe开发者_高级运维rnate xml?
I want to control my domain\'s interaction with a collection, so I thought I\'d make the collection protected and provide a read-only wrapper around it so that the contents are visible, but I can ensu
I\'ve got a parent and child object. Depending on a value in the parent object changes the table for the child object. So for example if the parent object had a reference \"01\" then it will look in t
I know that you can do this easily with HQL using the following syntax: \"select new ItemRow开发者_Go百科(item.id, item.name) from ...\"
I am trying to create a table-per-hierarchy mapping using NHibernate 2.0.1. I have a base class with properties that exist for each subclass that other classes inherit from. All of these objects are
I\'m polling mulitple systems (domains) for secu开发者_JAVA技巧rity info so I\'m dealing domainUsers and their roles.I\'ve got my entities setup as show below, but I\'m having trouble setting up the d
My Apps was developed with NHibernate Working fine on my system but giving this error on the host Server