Everything You Need To Know About Hibernate HQL
The problem with Hibernate HQL is that it looks exactly like SQL. The one thing that held me back the longest on understanding how it works is that it’s NOT SQL. You’re not querying SQL tables, you’re querying objects and their variables.