HQL stands for Hibernate Query Language.
Some Advantages of HQL queries
or
Why do developers have to use HQL instead of SQL queries?
- Database independence
- Easy to learn
- Mapping to Entity Classes
- Automatic SQL Generation
-Eager and Lazy Loading Control
https://github.com/KeyurJava/SimpleHQLExp.git
Comments