My question is very similar to this one (that wasn\'t really answered): Nhibernate: distinct results in second level Collection
I was looking at ayende blog http://ayende.com/blog/3946/nhibernate-mapping-concurrency about NHibernate concurrency and i still not very clear when to use. It seems like it is a solution to开发者_如何
I have a rath开发者_开发问答er complex mapping for some of my class objects for NHibernate.I have everything mapping correctly; however, it is taking approximately 10-15 minutes to save the items and
Hi I start learn Fluent NHibernate. I am using this tutorial http://www.d80.co.uk/post/2011/02/20/Linq-to-NHibernate-Tutorial.aspx.
I need to store my enums in the database as varchar instead of nvarchar, so I am using the \"AnsiString\" mapping as follows:
I am attempting a many-to-many list in one of my objects. I have three classes which I am attempting to save and load via NHibernate: Intersection, Vehicle and Zone.Intersection and Vehicle are both
I have a query with optional parameter \"SELECT ClinicId,Name from Clinic where :ClinicIds is NULL OR ClinicId IN :ClinicIds\"
I am a little mystified(or stupid more likely) when it comes to QueryOver in NHibernate. I am trying something like this:
The problem is trying to map inheritance given an existing table structure.The table is also used by legacy apps using raw sql, ie, the table can\'t delete any existing schema details, but can add mor
I\'m trying to use a global filter in NHibernate, and as far as I can tell I\'m doing exactly what all the tutorials do, but I\'m getting an exception.