Top "Fluent-nhibernate-mapping" questions

Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate

Fluent Nhibernate Many to Many Mapping Way

I have two classes Order and Items I want a method like this class Order { public virtual IList<Item&…

fluent-nhibernate fluent-nhibernate-mapping
Unrecognized configuration section applicationSettings in NHibernate

I'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-mapping
Fluent NHibernate One-To-Many Mapping

I 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-mapping
Fluent NHibernate to query stored procedure without an hbm.xml mapping

Is there any way to query stored procedure in Fluent Nhibernate without creating an hbm.xml file mapping?

stored-procedures fluent-nhibernate-mapping
Fluent NHibernate HasMany Foreign Key Mapping Problem

I'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-mapping
Difference between FluentNHibernate and NHibernate's "Mapping by Code"

I 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-mapping
Fluent Nhibernate Mapping for Sql Views

i 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-mapping
Fluent Nhibernate composite key mapping

I have tried to figure out this question for quite a long time. I have a hacky way to make …

nhibernate fluent-nhibernate fluent-nhibernate-mapping
Setting up one to many relationship with Fluent Nhibernate

I'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-mapping
CompositeId causes Could not compile the mapping document error

I am trying to use CompositeId to map to a legacy system. The source database has a composite primary key …

fluent-nhibernate fluent-nhibernate-mapping