fluent-nhibernate
NHibernate: Where clause containing child collection as subquery building improper T-SQL statements
I am using NHibernate 3.x, along with Fluent NHibernate, and have not had any issues constructing database queries until now.[详细]
2023-04-05 17:37 分类:问答NHibernate.HibernateException: Unable to locate persister: ABC.Interfaces.Entities.IUser
I\'m getting this error: NHibernate.HibernateException: Unable to locate persister: ABC.Interfaces.Entities.IUser[详细]
2023-04-05 10:07 分类:问答What are the different GeneratedBy's in nhibernate/fluent nhibernate
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.[详细]
2023-04-05 09:11 分类:问答NHibernate QueryCache in Multiuser-Environment
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[详细]
2023-04-05 07:35 分类:问答How to map this Dictionary with the newest fluentNHibernate version?
i\'ve got one more question. I upgraded to FluentNHibernate and got now a problem with my dicitionary mappings.[详细]
2023-04-05 03:08 分类:问答Readonly Strategies with Nhibernate and Fluent Nhibernate
I been reading nhibernate for beginners 3.0 and been reading about common mistakes(a few of them I been making)[详细]
2023-04-05 02:07 分类:问答nhibernate collection query with private backing field
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[详细]
2023-04-04 21:45 分类:问答Should I use Hilo or Guid? + How do i use Hilo
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).[详细]
2023-04-04 19:46 分类:问答Yet Another Fluent Nhibernate Mapping question
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[详细]
2023-04-04 18:40 分类:问答FluentNHibernate: Just another Mapping Question
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[详细]
2023-04-04 11:33 分类:问答