Ignore Base class with Sharp Architecture and Fluent NHibernate?

It depends on what the table structure of the basketitem and orderitem are. Are you using the table per concrete class or table per class hierarchy?

It depends on what the table structure of the basketitem and orderitem are. Are you using the table per concrete class or table per class hierarchy? Inheritance Mapping with Fluent Nbernate.

I'm using table per class hierachy – autonomatt Sep 5 at 12:56.

The solution was to add code like this to my automap configuration: AutoMap. AssemblyOf(cfg) .IgnoreBase(); More info here.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions