Use this tag for questions concerning "Hibernate Query Language" (HQL), a query language used by Hibernate and NHibernate.
There is a class Offer that has optional relationship to class Article. So that some offers article property holds a …
hibernate jpa hql outer-join jqlI am having some difficultly writing an hql query that will search a table for all the rows where certain …
nhibernate hql icriteriaIt's possible to override LAZY in HQL using LEFT JOIN FETCH. FROM Obj AS obj LEFT JOIN FETCH obj.otherObj …
hibernate hql fetch lazy-evaluation eagerSuppose that I have the following HBM mapping: <class name="Student" table="student"> <set name="classes" table="…
hibernate hql hbmWhat is NHibernate HQL's Equivalent to T-SQL's TOP Keyword? Also what is the non-HQL way for saying give me the …
.net nhibernate orm hql