Skip to:
var orders = Session.QueryOver<Order>().List();
Expected Result:
An exception should be thrown of type:
NHibernate.HibernateException : Unable to locate persister: NHPlayground.Domain.Entities.Order which would match the Session.Load<> behavior.
Actual Result:
A list is returned with a count of 0.
Moved here.
Any progress on this issue to report?
Hi,
I have encountered the same behaviour.Are there any plans of fixing this? =)
Regards,Adam
var orders = Session.QueryOver<Order>().List();
Expected Result:
An exception should be thrown of type:
NHibernate.HibernateException : Unable to locate persister: NHPlayground.Domain.Entities.Order which would match the Session.Load<> behavior.
Actual Result:
A list is returned with a count of 0.