Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate
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-mappingIn 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-mappingI 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-mappingI 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-mappingI 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