Has anyone managed to do this? Basically I am looking for the following: <?xml version=\"1.0\"?> <configuration>
We have a new requirement that every entity must have a user-assignable ID: public class Entity { public int ServerId { get; set; }
I have a MVC web app that is based on the following architecture Asp.Net MVC2, Ninject, Fluent NHibernate, MySQL which uses a unit of work pattern.
I am mapping my value Object Item as component withthe folowing mapping configuration { Table(\"Product\");
I have the following Fluent Mappings: public ScanDeliverySessionMap() { Id(x => x.Id); 开发者_Go百科...
I\'m using NHibernate / Fluent NHibernate with Oracle and I\'m running into an issue.I\'ve got the following mapping file defined:
I know this question has been raised in similar form multiple times, but none of the threads could give me the concrete answer to my question.
According to profiler it takes 24 sec for FluentConfiguration.BuildConfiguration to complete. Here\'s the code I use to get Configuration:
I\'ve got an MVC web-project that\'s referencing a class-library-project that contains my Domain and Persistence tiers.I\'m using nHibernate for my OR/M.Since I\'ve got multiple databases to connect t
I have a set of entities that implement an interface: public interf开发者_Go百科ace ILocalised { Culture Culture { get; }