I\'ve been using Nhibernate (with fluent nhibernate mapping) 开发者_运维技巧in a windows forms application and to do some validation and binding, I\'ve been using NHibernate Validator too and when we
I\'d like to write a unit test for my data access layer to make sure that everything works allright in it.
I\'m getting this error: NHibernate.HibernateException: Unable to locate persister: ABC.Interfaces.Entities.IUser
I am playing around with nhibernate and fluent nhibernate and looking at GeneratedBy and there so many to choose(sequence,sequenceIdentity,etc) from but I don\'t know what most of them do.
I\'m trying to restrict a left outer join with a simple restriction but it fails with an sql exception.
I have a QueryOver by JoinQueryOver In Nhibernate 3.1 The Person class has a association by Identity class (one-to-one)
I\'ve recreated the Northwind Spring/NHibernate example that comes with Spring.NET, but wi开发者_如何学Cth MySQL rather than SQLServer. I\'ve almost got it working I think, but I\'m getting this when
I have an interface like this: public interface ICoreType { int TypeID {get;} } And an NHibernate class that implements it like this:
I\'m trying to perfo开发者_运维知识库rm some simple SQL (using sql server 2005) using QueryOver in NHibernate. The query is to count how many times a serial number is repeatedly used in a list of item
i\'ve got one more question. I upgraded to FluentNHibernate and got now a problem with my dicitionary mappings.