I\'m having trouble with a certain mapping. Let\'s say I have three assessments that all derive off a base Assessment:
having a little trouble with a mapping for the following table setup currently: Shop [1][1] /\\ [n][n] Category-[m]---[n]-Article
I\'m using the latest stable build of Fluent NHibernate ver 1.1. Now in the application I\'m also using castle.core for dependency injection. Now the problem 开发者_Python百科is using them together. I
I have the following IIdConvention for a FluentNHibernate automapping. I want all of my id properties to use a custom type that is represented by a string property but the CustomType is never applied
We are working with a legacy database that uses SQL server uniqueidentifier columns for concurrency hence we开发者_运维问答 need to use a Guid as a version column. Any idea how we could achieve this i
I am a NHibernate newbie. Suppose you have a Customer class like this 开发者_运维技巧 public class Customer {
I have the following entities and I am trying to map them with help of FluentNHibernate. Some notes about the entities:
publ开发者_开发百科ic class NHibernateSessionPerRequest<T>:IHttpModule { public void Dispose() { }
I need to write an NHibernate query that w开发者_如何学Pythonill place a restriction that accesses the children in a one to many relationship.
how do you map a Component list in Nhibernate fluently? public class Registration : Entity { public virtual IList<InsuranceInformation> InsuranceInformation { get; set; }