I am using NHibernate 3.x, along with Fluent NHibernate, and have not had any issues constructing database queries until now.
I\'m getting this error: NHibernate.HibernateException: Unable to locate persister: ABC.Interfaces.Entities.IUser
I am playing around with nhibernate and fluent nhibernate and looking at GeneratedBy and there so many to choose(sequence,sequenceIdentity,etc) from but I don\'t know what most of them do.
For our web-application (ASP.NET) we\'re using Fluent NHibernate (2.1.2) with 2nd-Level cach开发者_开发技巧ing not only for entities, but also for queries (generating queries with the criteria API). W
i\'ve got one more question. I upgraded to FluentNHibernate and got now a problem with my dicitionary mappings.
I been reading nhibernate for beginners 3.0 and been reading about common mistakes(a few of them I been making)
I have a mant-to-many relationship modeled in the database (with a bridge table) between Student and Professor (_students_selected) , in my entites i have modeled it as a one-to-开发者_JS百科many rela
I been reading nhibernate 3 for beginners and saw that I should not be using auto id\'s through MS Sql 2008 as this breaks the unit of work(what I am looking at implementing).
I\'m having a hard time figuring out how to handle a mapping situation here: I have different objects (let\'s say news and posts) that can have multiple comments. I en开发者_如何学God up with the fol
Which convention should be used to alter column name of CompositeId().KeyReference(x=>x.Key,/*THIS PART*/) method? I have used all available conventions in FluentNHibernate.Conventions and still ha