The convention-based Auto Mapping feature of Fluent NHibernate.
Getting this everytime I attempt to CREATE a particular entity ... just want to know how I should go about figuring …
nhibernate fluent-nhibernate automappingI have a requirement to load a complex object called Node...well its not that complex...it looks like follows:…
nhibernate fluent-nhibernate eager-loading automappingWhen ever you set a string value in fluent NHibernate it alwasy sets the DB vales to Nvarchar(255), I need …
c# nhibernate fluent-nhibernate automapping sharp-architectureI am feeling dejavu, but I cannot find the answer to this: I have an array of objects that needs …
javascript jquery asp.net-mvc asp.net-mvc-2 automappingI'm working with an existing database that uses some really ugly conventions. I'd like to use NHibernate, and I think …
c# nhibernate fluent-nhibernate code-generation automappingHow do I "turn on" cascading saves using AutoMap Persistence Model with Fluent NHibernate? As in: I Save the Person …
fluent-nhibernate automappingHow can I map a DataReader object into a class object by using generics? For example I need to do …
c# ado.net mapping automappingI'm not sure whether this is a misconfiguration on my part, a misunderstanding of what can be accomplished via @ModelAttribute …
json spring-mvc automapping jackson modelattributeI get this error: Unable to cast object of type 'NHibernate.Collection.Generic.PersistentGenericSet1[IocWinFormTestEntities.People]' to type 'System.…
c# nhibernate automappingMy Entity Class: public class Building { /// <summary> /// internal Id /// </summary> public virtual long Id { get; set; } .............. } …
fluent-nhibernate automapping