Top "Fluent-nhibernate-mapping" questions

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

NHibernate.AssertionFailure: null identifier

Before I kick my computer in to next week... I've checked out every other question about this, but none of …

c# nhibernate fluent-nhibernate fluent-nhibernate-mapping
How to add mappings by namespace in Fluent NHibernate

In my application, I need to talk to multiple databases. I am handling this in NHibernate by creating one SessionFactory …

nhibernate fluent-nhibernate nhibernate-mapping fluent-nhibernate-mapping
Fluent NHibernate - Cascade All Delete Orphan not doing anything on delete

I have two simple classes which reference each other as a one-to-many relationship defined below: public class Project { public virtual …

nhibernate fluent-nhibernate nhibernate-mapping fluent-nhibernate-mapping
Fluent NHibernate many-to-many relationship on existing database

I am mapping an existing database using Fluent NHibernate and have encountered a problem when trying to populate many-to-many collections. …

c# nhibernate fluent-nhibernate fluent fluent-nhibernate-mapping
Fluent nhibernate one-to-many

I have a one-to-many relationship and cannot get cascade to work, once I set cascade I just get "object references …

c# nhibernate fluent-nhibernate fluent-nhibernate-mapping