I have what strikes me as a very unusual behavior from Linq for NHibernate. In general, all my entity classes are working just fine, but one of them throws a \"NonUniqueResult\" exception from the NH
Here\'s the problem: in short I use comb.guid identity strategy and I need all the rows made after the saved marker..
I have been trying to implement Nhibernate.Linq 1.0.0.4000 together with Nhibernate 2.1.2.4000. After what I\'ve read that should be a straightforward process - just adding a reference to Nhibernate.L
I\'m pulling my hair out over here and I\'m not sure what\'s causing it. I have the following LINQ query:
Let\'s say I have a table: Project Id Title ProjectManagerId ContactId ProjectManagerId and ContactId are both id\'s from a table named Person:
I understand that there are queries you can\'t express in LINQ to NHibernate that you can using NHibernate Criteria. But, as far performance, is开发者_开发问答 it safe to assume that using NHibernate
I\'m running NHibernate 2.1.2.4000 but there\'s no Query() method off my session...开发者_如何学运维
I am trying to set up proper domain architecture using Fluent NHibernate and Linq to NHibernate.I have my controllers calling my Repository classes, which do the NHibernate thang under the hood and pa
Ok guys (and gals), this one has been driving me nuts all night and I\'m turning to your collective wisdom for help.
There are several similar questions on this matter, by I still haven\'t found enough reasons to decide which way to go.