automapping
Fluent NHibernate automap configuration throwing vague error
I\'m trying out the automapping capability of Fluent NHibernate, and the same code that worked with explicit ClassMap configurations is failing when building the SessionFactory when I try to move it t[详细]
2023-02-20 01:44 分类:问答Fluent NHibernate automap inheritance with subclass relationship
I am having an issue with using Fluent NHibernate automapping with Inheritance.Below is my entity setup (abbreviated for simplicity).I have configured Fluent NHibernate to create 1 class for the hiera[详细]
2023-02-18 07:23 分类:问答Duplicated reference key - Fluent NHibernate Automapping
I got a problem with automapping in fluent and reference key. Example would be that: public class ConfigurationCategory[详细]
2023-02-17 16:58 分类:问答NHibernate, not saving when inverse is set to true
I h开发者_StackOverflow社区ave what seems to be a very simple question but I can\'t seem to figure it out. If I have a one to many relationship between [Member] and [Mail][详细]
2023-02-17 03:43 分类:问答Strange exceptions using FluentNHibernate automapping
I have the following entities in my domain model. A group (an aggregate root) contains items (which are aggregate roots themselves) but an item can only be contained by one group at the time. The code[详细]
2023-02-16 05:10 分类:问答Mapping primitive classes (String, Boolean, etc) to each other with Dozer
I\'m trying to use Dozer to automatically map from primitive classes to each other. At the end, the code might end up looking like this.[详细]
2023-02-15 09:05 分类:问答Fluent NHibernate + AutoMap + Observable
I\'m new to Fluent NHibernate but was drawn by the Automapping and otherwise great featureset of the platform.I\'m having trouble with getting an ObservableCollection setup, I\'ve scoured the web and[详细]
2023-02-12 12:09 分类:问答NHIbernate 3 can't automap XmlDocument property
I\'m trying to map a type where one of the properties is an XmlDocument but I get this error:开发者_如何学JAVA[详细]
2023-02-12 11:46 分类:问答FluentNHibernate override generic class
How to override the mapping of generic class? I have this class: public abstract class TranslatableEntity<TTranslation, TEntity> : Entity[详细]
2023-02-07 17:18 分类:问答Complex relationship between tables in NHibernate
I\'m writing a Fluent NHibernate mapping for a legacy Oracle database. The challenge is that the tables have composite primary keys. If I were at total freedom, I would redesign the relationships and[详细]
2023-02-02 09:38 分类:问答