Hibernate (Java) Question:
What is Hibernate Query Language (HQL)?
Answer:
Hibernate offers a query language that embodies a very powerful and flexible mechanism to query, store, update, and retrieve objects from a database. This language, the Hibernate query Language (HQL), is an object-oriented extension to SQL.
Previous Question | Next Question |
What is the general flow of Hibernate communication with RDBMS? | How do you map Java Objects with Database tables? |