Playing around with Fluent NHibernate\'s Getting Started project. I tried to customize the example a bit, for a few reasons, among them elimination of circular reference for json serialization.
First off, I am extremely new with using NHibernate and Fluent NHibernate so it\'s very likely that I\'m making a simple mistake. I jumped right into NHibernate over the last few days using Fluent NHi
What does the AutoImport convention in Fluen NHibernate do (with options Always or Never)? I am having开发者_StackOverflow中文版 a really hard time with the documentation for Fluent NHibernate.For ex
Using S#arp Architecture 2.3 RC, I am trying to publish two websites which use -mostly- the same codebase. The first of the applications I publish runs correctly, however, upon deploying and trying to
I have a simple query that I\'ve run using NHibernate, and plain (my)SQL: SELECT Col1, Col2, Col3, Col4 FROM Data LIMIT 100000;
I am trying to get pairs of measurement for two different devices, joined on equal Timestamps. In SQL, this works as expected:
I am using sqlite in memory db ( connection string is: Data Source=:memory:;Version=3;New=True;) + Castle ActiveRecord, using C#
When I\'m clearing a childcollection like this table.Indizes.Clear(); session.Flush(); then NH generates a delete SQL for each item which was in the collection:
Is there any way to set a default value for max_lo that will take effect for all mapped entities? All of my entities are currently mapped via Xml. I know the default is 32678, but I would like to redu
I am having this annoying error while running my Nhibernate project. It was running okey and all of a sudden it just start asking for a file in this path \"d:\\CSharp\\NH\\NH\\nhibernate\\src\\NHibern