I made conversion from EF4 to nHibernate and now have little problem with inheritence. My entities and mappings:
..with the KeyColumn method or change the default behaviour with a Convention. \" That quote is from the fluent nhibernate mapping guide. I can\'t understand why it does this instead of, for that exa
I\'m trying to implement NHibernate into my Web App. I encounter an error which saying : Method \'IsI开发者_JAVA百科nstrumented\' in type \'NHibernate.ByteCode.Castle.ProxyFactoryFactory\'
I\'m getting the well known NHibernate exception \"Illegal attempt to associate a collection with two open sessions\". I did research on it, and I understand the cause of it, but my problem is that it
I have two classes by Names : Person and Asset by Relation type : One To Many(one person by many asset)
I\'m creating a little application using Sharp Architecture, and I\'ve run into a bug I can\'t figure out. I think it has something to do with the NHibernte mappings. In my HttpPost Create() method, m
I am working on an inherited application which makes use of NInject and nHibernate as part of an ASP.NET MVC (C#) application. Currently, I\'m looking at a problem with the auditing of modifications.
I am getting duplicates of child when updating entity. Submission Code: Report report = _ReportService.GetReport(id);
I have Entity \'Content\'. Each Content has a \'Placement\' property. Placement has a many-to-many relationship width \'AdType\' entity (Placement has IList<\\AdType> property mapped).
I have a project using NHibernate (version 2.2). For upgrade to NHibernate 3.2 , What should I do? Do I need that upgrade following dlls?