automapping
No persister for entity using AutoMap in Fluent Nhibernate?
I\'m trying to utilise FluentNHibernate with Automapping but am receiving the following error No persister for: nHibern开发者_如何学PythonateSpike.Entities.Route[详细]
2022-12-15 12:37 分类:问答Fluent NHIbernate automapping of List<string>?
Fluent NHibernate doesn\'t like this, throwing an error: {\"Association references unmapped class: System.String\"}[详细]
2022-12-14 09:29 分类:问答What is the Fluent NHibernate Convention for value object list
I\'m trying to figure out what the convention would be for a value object list, in this case an IList. Here a code fragment for my domain model:[详细]
2022-12-14 02:34 分类:问答How can I use Fluent NHibernate Automapping with multiple Lists of the same type in an Entity?
It appears that NHibernate cannot automap more than one IList of a given type in an entity. Consider the following two entities (based on the Examples.FirstProject sample code that is included with t[详细]
2022-12-12 06:21 分类:问答How do you automap List<float> or float[] with Fluent NHibernate?
Having successfully gotten a sample program working, I\'m now starting to do Real Work with Fluent NHibernate - trying to use Automapping on my project\'s class[详细]
2022-12-11 06:11 分类:问答Is there a Fluent NHibernate Automapping sample project that "just works"?
I just started looking at NHibernate this week, and would love to use the Automapping approach on my current project.[详细]
2022-12-10 13:49 分类:问答Fluent NHibernate auto mapping - how to create a many-to-many relationship table?
just wondered if anyone know if there is a way to crate a Many-to-Many relationship table automatically using some attribute? without creating the table, or mapping a class to become that relation tab[详细]
2022-12-09 16:13 分类:问答In Fluent NHibernate how do you combine automapped types with non-automapped types?
Right now, I\'m switching my project over from the classic fluent nhibernate style of manually defining a ClassMap for each domain entity, to having the auto-mapper auto-generate the mappings for me.B[详细]
2022-12-09 06:18 分类:问答