What is hibernate query cache?



What is hibernate query cache?..

Answer / Reeta

Hibernate Query Cache (second-level cache) stores the results of queries for faster retrieval. It can improve the performance of your application by reusing cached query results instead of fetching them from the database repeatedly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What are the orm frameworks?

1 Answers  


What is the difference between persist and save in hibernate?

1 Answers  


What databases does hibernate support?

1 Answers  


How many types of queries are there in hibernate?

1 Answers  


What is the file extension you use for hibernate mapping file?

1 Answers  


What is stateless session in hibernate?

1 Answers  


What is object/relational mapping metadata?

1 Answers  


What is the function performed by code generator in hibernate?

1 Answers  


Is hibernate a tool or framework?

1 Answers  


How to insert data into database using spring mvc and hibernate?

1 Answers  


Can we delete foreign key?

1 Answers  


Why do we need mapping in hibernate?

1 Answers  


Categories