I have an abstract class and subclasses of this, and I want to map this to my database using NHibernate. I\'m using Fluent and how to do the mapping. But when I add the mapping of the subclass an NHib
I\'m working on a C# .NET project in which I am mapping my classes to the tables in my database with NHibernate. I need to use NHibernate.Mapping.Attributes and transactions to be configured by Spring
I\'ve been trying for ages to find an example (because I can\'t get it to work myself) of the correct mapping for a one-to-many relationship on an abstract class of a table-per-subclass implementation
Hey guys, I am having some real issues with mapping using fluent nhibernate.I realise there are MANY posts both on this site and many others foc开发者_运维知识库using on specific types of mapping but
I have the following database structure: Event table Id - Guid (PK) Name - NVarChar Description - NVarChar
I\'m a fluent nhibernate newbie and I\'m struggling mapping a hierarchy of polymorhophic objects. I\'ve produced the following Model that recreates the essence of what I\'m doing in my real applicatio
(Felt quite helpless in formulating an appropriate title...) Is it possible to define a mapping for a class such that some properties are fetched from another table using a join query?
A recent release of Fluent Nhibernate (1.1) now supports stored procedures. I was wondering if anyone out there has found any good blog articles on how to do this!
I\'m testing how difficult it is to use NHibernate with a domain that is completely unaware of it and isn\'t bent to accodomate any limitations.
I have a legacy data base and a relation one-to-one between two tables. The thing is that relation uses two columns, not one. Is there some way to say in nhibernate that when getting a referenced enti