Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate
I have two classes Order and Items I want a method like this class Order { public virtual IList<Item&…
fluent-nhibernate fluent-nhibernate-mappingI'm using fluent NHibernate. I have an app.config file with few specific keys (applicationSettings and userSettings). It seems that …
c# .net nhibernate fluent-nhibernate fluent-nhibernate-mappingI have the following 2 classes: Advert public virtual int Id { get; set; public virtual IList<AdvertImage> AdvertImages { get; …
nhibernate fluent-nhibernate nhibernate-mapping fluent-nhibernate-mappingIs there any way to query stored procedure in Fluent Nhibernate without creating an hbm.xml file mapping?
stored-procedures fluent-nhibernate-mappingI'm trying to map a simple data structure in nhibernate Tables: Employees employeeID int username varchar(30) departmentID int Departments departmentID …
nhibernate fluent-nhibernate fluent-nhibernate-mappingI am coming from an Entity Framework and LLBL background for my ORM tools. I have been asked to build …
nhibernate fluent-nhibernate nhibernate-mapping fluent-nhibernate-mappingi am using Fluent Nhibernate in asp.net mvc3 with c# i am working in following way to generate and …
asp.net-mvc nhibernate fluent-nhibernate nhibernate-mapping fluent-nhibernate-mappingI have tried to figure out this question for quite a long time. I have a hacky way to make …
nhibernate fluent-nhibernate fluent-nhibernate-mappingI'm having a bit of an argument with my co-worker that I can't seem to find an answer to yet …
c# nhibernate fluent-nhibernate fluent-nhibernate-mappingI am trying to use CompositeId to map to a legacy system. The source database has a composite primary key …
fluent-nhibernate fluent-nhibernate-mapping