Fluent NHibernate doesn\'t like this, throwing an error: {\"Association references unmapped class: System.String\"}
Using a Join and Component together in Fluent NHibernate Mapping throws \"Could not find a getter for property exception\". This is my C# code
I\'m enjoying using Fluent NHibernate with AutoMappings but every now and then I get this runtime error when trying to create the fluent configuration: \'An invalid or incomplete configuration was use
I have a table with more than 10 000 000 rows. In TOAD this query works very well on it: select /*+ INDEX(x IDX_CASHFLOW_COMPLEX)*/ *
First of all, I\'m using Fluent NHibernate with LinqToNHibernate. I\'ve got a query to do a search on a table based on what data the user entered.So, for example, I\'m doing something like this:
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:
I\'m using NHibernate with Burrow and Fluent to shuttle data from SQLServer2005 into a directory full of FoxPro 7 dbf\'s.
I have the following seemingly simple scenario, however I\'m still pretty new to NHibernate. When trying to load the following model for an Edit action on my Controller:
Does anybody know how I would map an entity with two many-to-many collections of the same child type.
I\'m having some trouble getting fluent nhibernate to properly map the class hierarchy that I have. Presuming that I have the following class structure