Use this tag for questions concerning "Hibernate Query Language" (HQL), a query language used by Hibernate and NHibernate.
How to recover partitions in easy fashion. Here is the scenario : Have 'n' partitions on existing external table 't' Dropped …
hive hdfs hql hadoop-partitioningI have posted a question few days ago about Querying on collections with the Criteria API and after all the …
.net asp.net nhibernate hql criteriaI need to be able to compare two dates, only based on the year and the month (i.e. without …
java date compare hql date-comparisonI am using a SQL query and then transforming the result using Hibernates's Transformers.aliasToBean(). One of the columns in …
sql hibernate enums hql transformation