It seems that NHibernate does not pool ADO.NET database connections. Connections are only closed when the transaction is committed or rolled back. A review of the source code shows that there is no wa
I am using NHibernate to map a DataModel. Unfotunatley the DataBase contains some inconsistent data due to lack of keys/constraints. Currently I am stuck with an m:n mapping where some keys on the map
I have a project by nhibernate 3.1 . I need to concurrency implementation in project. I Add \"Version\" to hbm file :
I am trying to create my own foreign key convention that will name the FK in \"FK_SourceTable_TargetTable\" format.
I\'m having trouble getting the Fluent Nhibernate Automapper to create what I want.I have two entities, with a one-to-many relationship between them.
I\'m getting the error: No CurrentSessionContext configured (set the property current_session_context_class).
I want to pass a parameter in my method call, if set (its a boolean), then return a Stateless session.
I have a problem in that I have switched my (working) multiple-database nhibernate solution to DI its session factory so that I can use SqlLite from within my integration test suite.
I\'ve been doing a bit of linq in c# .net 3.5 and feel like I should be able to do the following a little neater.
How do I upgrade ASP.NET MVC2 to MVC3 with minimal possible implications 开发者_运维问答to NHibernate?There\'s there should be no impact in terms of NHibernate if you properly separated concerns in yo