I have a db that I\'m trying to model using Fluent NHibernate. the tables in questions are: User: PK Id, Name, FK accessType, FK authorization
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
I got a problem with automapping in fluent and reference key. Example would be that: public class ConfigurationCategory
I\'ve seen this opportunity reported at least half a dozen times with about as many responses. My problem is, I\'ve got a MySQL database function defined, we\'ll call it \"my_func(int val) returns in
I am trying to use fluent nHibernate to map a class that only exists as a container for other classes, and doesn\'t have an Id of its own. But I want the Id of the class to be a different class. That
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
We are developing a multi-language web application with ASP.NET MVC 2 and Fluent NHibernate. Our platform will be multi-language. But just static text will b开发者_JAVA技巧e multi-language. Groups pag
I\'m using Fluent NHibernate for my data-persistence in a web application. My problem... I have a base class that maps all entities with an ID property of type T (almost always an int or GUID) using
I searched and found the following links link a and link b which did not explain what I am doing wrong.
I have one table that has an Id (PK) and another table with a bunch of information.There will be a one-to-many relationship from the first table to some data in the second table, but there\'s no FK\'s