I have a Skill class, which hasMany RoleSkills. I have a RoleSkills class which belongsTo Role and Skill
Yesterday, I upgraded my NHibernate application from 1.2 to 3.0. I get the following exception c.SubContractors is not mapped [SELECT count(distinct c) FROM CallUp c, c.SubContractors sc Where sc.id
I have a bag whose structure looks like this: <bag name=\"foo\" fetch=\"select\" table=\"table_of_foos\">
I have a table http://img36.imageshack.us/i/beztytuuszxq.png/ and mapping: public class CategoryMap : ClassMap<Category>
I have document scanning system where several types of documents are scanned. Initially, the document has no information when its scanned, then they get classified and additional information is entere
Here we go... I have a table (which unfortunately I can\'t change) with columns like: date startTime endTime
Hl Guys, I am busy writing a backend administrative program for a system that exists. I have selected NHibernate for my data access solution and am fairly new to it. I am experiencing the following e
I\'m using Fluent NHibernate\'s automapper to map the following domain model (via AutoMap开发者_如何学Python.AssemblyOf<Ticket>()), but it\'s throwing an exception when creating a SessionFactory
Problem is simple I have two classes mapped with fluent nhibernate : public class A: EntityBase {} public class B: EntityBase
I am having the following in my .hbm.xml file <?xml version=\"1.0\" encoding=\"utf-8\" ?> <hibernate-mapping xmlns=\"urn:nhibernate-mapping-2.2\"