c# Programming Glossary: hql
Best Repository Pattern for ASP.NET MVC http://stackoverflow.com/questions/10925257/best-repository-pattern-for-asp-net-mvc a concrete implementation and use raw SQL NHibernate HQL whatever and register it with my service locator. Now in my..
What is the best NHibernate cache L2 provider? http://stackoverflow.com/questions/2137225/what-is-the-best-nhibernate-cache-l2-provider this was a problem on the NHibernate side with HQL not the NCache side. The Bad For reference look here The free..
Best way to convert IList or IEnumerable to Array http://stackoverflow.com/questions/268671/best-way-to-convert-ilist-or-ienumerable-to-array way to convert IList or IEnumerable to Array I have a HQL query that can generate either an IList of results or an IEnumerable..
How to query flags stored as enum in NHibernate http://stackoverflow.com/questions/2805661/how-to-query-flags-stored-as-enum-in-nhibernate flags stored as enum in NHibernate How to do either a HQL or a Criteria search the latter is preferred involving an enum.. API would be the best but if this is only doable using HQL that is good too. c# nhibernate criteria enums flags share.. criteria enums flags share improve this question HQL is easy var matching session.CreateQuery @ from MyEntity where..
Selecting on Sub Queries in NHibernate with Critieria API http://stackoverflow.com/questions/6541229/selecting-on-sub-queries-in-nhibernate-with-critieria-api two. I've read that this can be accomplished via the HQL API but I need to do it with Criteria API as we're going to..
|