What is named query?



What is named query?..

Answer / Rishi Kumar Rai

A Named Query in Hibernate is a precompiled SQL query that can be referenced by name. This allows for easier reuse of complex queries throughout the application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is the difference between jdbc and hibernate?

1 Answers  


Explain the transaction object in hibernate?

1 Answers  


Explain the difference between hibernate and spring.

1 Answers  


What is the difference between persist and save in hibernate?

1 Answers  


What are the important tags of hibernate.cfg.xml?

1 Answers  


What does an orm solution comprises of?

1 Answers  


Which is better jdbc or hibernate?

1 Answers  


Is entity framework an orm?

1 Answers  


What are the main advantages of orm like hibernate?

1 Answers  


What does it mean to be inverse?

1 Answers  


How does hibernate lazy loading work?

1 Answers  


What is sessionfactory in hibernate?

1 Answers  


Categories