I\'m trying to insert around 16000 records into a single table. Because this is very slow, I\'d like to batch insert them. However, I\'m alwa开发者_如何学Cys getting a timeout error when I attempt to
I have an object with a property that I\'d like to map as Serializable.NHibernate supports this: <property name=\"FeeGenerator\" column=\"FeeGenerator\" type=\"Serializable\"/>
I am looking for the best way to delete all schema changes(all tables really) made when unit testing.
I am using Fluent Nhibernate 1.0 with Sharp Architecture 1.0 Currently I am trying to map a reference to a ZipCode class.The current class I am mapping has a ZipCode column, but the zipcode class is
LATER EDIT : It was me :( It was a non-nullable column left unfilled. Sorry to everyone I confused.. I am having issues with an INSERT statement generated by NHibernate because it formats the decimal
i\'ve been busy upgrading our n* stack to a more recent version. We\'d been using FluentNhibernate for configuration and Nhibernate.search coupled with Lucene.Net for full-text search. Everything work
I\'ve searched around for a solution as best I can, but it seems I\'m at a loss somewhere. This is my first dive into Fluent NHibernate & NHibernate.
I need some really good blogs to follow ASP.NET M开发者_StackOverflow中文版VC, Fluent NHibernate, and Spark View Engine.
What I need to do is automap subclasses of my abstract page class. I need to find them in a list of assemblies that I get a runtime (at the initialization stage). I don\'t have any reference to the as
I\'m trying to configure ASP.NET MVC 2 RC and Spring .NET 1.3 to use FluentNHibernate. I\'ve managed to get FluentNHibernate running inside console application.