hi i\'m new to nhibernate and i read a lot of threads with similar problems, but i dont get it working.
I am hoping there is a very simple explanation why I am getting this error. I am using S#arpArcitecture 1.6. on a 64bit Windows 7 install.
I have a standard parent - child (1:many) relationalship, configured using Fluent NHibernate: On the parent side:
According to REST philosophy, a PUT operation should (taken from Wikipedia): PUT http://example.com/resources/142
Using the following classes.. public class Trait { public virtual int Id { get; set; } public virtual string Name { get; set; }
I h开发者_JAVA技巧ave the following classes that I need NHibernate to play nicely with. How do I do it?
I\'m using Fluent NHibernate in an attempt to improve testability and maintainability on a web application that is using a legacy database and I\'m having some trouble mapping this structure properly:
Using this, I can tell Fluent NHibernate to use SysCache as a 2nd Level Cache Provider: MsSqlConfiguration.MsSql2008.ShowSql().ConnectionString(x =>
When using auto mappings in Fluent NHibernate, you have the ability to do something like: _configuration =
We have a large management application and we do a lot of logging for every action, for instance, who did what and at what time.