Use this tag for questions concerning "Hibernate Query Language" (HQL), a query language used by Hibernate and NHibernate.
For example: EXISTS ( SELECT * FROM [table] WHERE ... ) How to make such query using Hibernate?
hibernate hqlI'm getting the error Not supported for DML operations when I use the following HQL... @Query("UPDATE WorkstationEntity w SET …
java sql hibernate spring-mvc hqlI'm trying to write an HQL query to select objects which contain an object in a child collection. Example: Contest …
sql hql containsUsually pagination queries look like this. Is there a better way instead of making two almost equal methods, one of …
java mysql hibernate pagination hqlI am trying to query the following JSON example file stored on my HDFS { "tag1": "1.0", "tag2": "blah", "tag3": "blahblah", "tag4": { "…
json hive hql hive-serde