HQL
-
Core Java
Troubleshooting Hibernate’s UnknownEntityException: Could Not Resolve Root Entity
One common issue developers may face with Hibernate is the UnknownEntityException, particularly the message: Could not resolve root entity. This…
Read More » -
Groovy
Grails Tutorial for Beginners – HQL Queries (executeQuery and executeUpdate)
This Grails tutorial will teach the basics of using HQL. Grails supports dynamic finders which makes it convenient to perform…
Read More » -
Enterprise Java
Test JPQL / HQL without a deploy
Have you ever wanted to test your JPQL / HQL without doing a full deploy of your application? What we…
Read More »