fluent
Is it possible to set ExecuteUpdate to respect session filters?
The query below makes use of ExecuteUpdate. I want said method to respect session filters. Is this possible?[详细]
2023-01-04 18:07 分类:问答Fluent nHibernate saving null id - leaves orphans
I\'m witnessing some strange behaviour from Fluent nHibernate. I have two objects involved in this problem: a \"Page\" object and a \"Metadata\" object. A Page can have multiple Metadata objects attac[详细]
2023-01-03 23:55 分类:问答Anyone know of any decent resources on Stored Procedures for Fluent Nhibernate 1.1
A recent release of Fluent Nhibernate (1.1) now supports stored procedures. I was wondering if anyone out there has found any good blog articles on how to do this![详细]
2023-01-02 15:51 分类:问答Fluent Nhibernate external configuration
All examples of fluent nhibernate make such(or similar) call: c.AddMappingsFromAssembly(typeof(Product).Assembly);[详细]
2023-01-02 09:06 分类:问答Fluent NHibernate fetching view without unique identifier
I\'m trying to map a view without an identifier, but nhibernate still generates a sql w开发者_如何学编程ith the id column (giving me a sql error, since the ID column does not exists in the db). Maybe[详细]
2023-01-01 01:20 分类:问答Does Anyone Know Of A Solid Web Example Using ASP.NET MVC1 or MVC2, NHibernate, Fluent NHibernate & Castle?
I am looking for solid non-console examples of how to use ASP.NET MVC1 or MVC2, NHibernate, Fluent NHibernate & Castle. I looked at Sharp Architecture and its just too much to digest for my newbie[详细]
2022-12-29 01:17 分类:问答Proxy is created, and interceptor is in the __interceptors array, but the interceptor is never called
This is the first time I\'ve used interceptors with the fluent registration and I\'m missing something.With the following registration, I can resolve an IProcessingStep, and it\'s a proxy class and th[详细]
2022-12-26 20:22 分类:问答Fluent interface and task based applications
We have a number of applications that are now looking tired and a bit drab. Looking at the MS style fluent interface looks nice but seems (to me) to be more document based rather than task based.[详细]
2022-12-26 17:20 分类:问答Fluent nHibernate and mapping IDictionary<DaysOfWeek,IDictionay<int, decimal>> how to?
I have problem with making mapping of classes with propert of type Dictionary and value in it of开发者_C百科 type Dictionary too, like this:[详细]
2022-12-26 02:49 分类:问答Fluent NHibernate IDictionary with composite element mapping
i have these 2 classes: public class Category { IDictionary<string, CategoryResorce> _resources; } public class CategoryResource[详细]
2022-12-25 04:54 分类:问答