**Shane Courtrille** created an [issue](https://nhibernate.jira.com/browse/NH-2829) — <time datetime="2011-08-07T21:50:14.619Z" title="2011-08-07T21:50:14.619Z">7th August 2011, 21:50:14</time>: > ```csharp > 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. > > > > --- **Adam Lith** added a comment — <time datetime="2013-10-24T07:51:02.592Z" title="2013-10-24T07:51:02.592Z">24th October 2013, 7:51:02</time>: > Hi, > > I have encountered the same behaviour. > Are there any plans of fixing this? =) > > Regards, > Adam > --- **Jan Verhaeghe** added a comment — <time datetime="2017-01-27T14:35:59.893Z" title="2017-01-27T14:35:59.893Z">27th January 2017, 14:35:59</time>: > Any progress on this issue to report? >