Content deleted Content added
m Reverted 1 edit by 72.23.173.5 (talk) to last revision by Goran.luledzija |
|||
Line 39:
==Hibernate Query Language (HQL)==
Hibernate provides
HQL (Hibernate Query Language) is the object-oriented version of SQL. It generates database independent queries so that there is no need to write database-specific queries. Without this capability, changing the database would require individual SQL queries to be changed as well, leading to maintenance issues.
|