What is the use of hql in hibernate?



What is the use of hql in hibernate?..

Answer / Sumit Kumar Singh

HQL (Hibernate Query Language) is a domain-specific language used for querying objects within the Hibernate framework. It allows developers to write SQL-like queries against database tables that are mapped to Java classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Is id mandatory in hibernate?

1 Answers  


What is Hibernate Session and how to get it?

1 Answers  


Mention some of the advantages of using orm over jdbc.

1 Answers  


How do you hibernate?

1 Answers  


How properties of a class are mapped to the columns of a database table in hibernate?

1 Answers  


What is the difference between level 1 and level 2 cache?

1 Answers  


What are the states in hibernate?

1 Answers  


What is metadata in hibernate?

1 Answers  


What is difference between session and sessionfactory in hibernate?

1 Answers  


How can you share your views on mapping description files?

1 Answers  


Can I disable first level cache in hibernate?

1 Answers  


What is the benefit of using hibernate?

1 Answers  


Categories