1. How can I express this in HQL stackoverflow.comI've been stuck with this query for some time now. The SQL returns the result that I want, but I cannot work out how to express the query in HQL. Here's the ... |
2. NHibernate: Return A Constant In HQL stackoverflow.comI need to return a constant from an HQL query in NHIbernate
I am trying for something like above. I've ... |
3. using hql in NHibernate stackoverflow.comI have two tables:
|
4. NHibernate HQL logic problem stackoverflow.comI'm trying to write an NHibernate HQL query that makes use of parenthesis in the where clause. However, the HQL parser seems to be ignoring my parenthesis, thus changing the ... |
5. nHibernate HQL dynamic Instantiation question stackoverflow.comI can't find what's going on with the following nHibernate HQL. here's my VB.Net code:
My Named Query:
|
6. HQL and grouping stackoverflow.comAfter much problems with using 'group by' in linq2nhibernate, I have tried to switch to HQL, but I am struggeling with a simple example. I have the following table (ForumThreadRatings): |