What are the different functionalities supported by hibernate?



What are the different functionalities supported by hibernate?..

Answer / Ajay

Hibernate provides various functionalities such as CRUD operations, connection pooling, caching (first and second level), query language (HQL), support for multiple databases, and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is lazy loading in hibernate and how is it done?

1 Answers  


How many strategies are there in hibernate inheritance?

1 Answers  


What are the inheritance mapping models in hibernate?

1 Answers  


What is one to many and many to many relationships one to many?

1 Answers  


How many types of queries are there in hibernate?

1 Answers  


Is hibernate sessionfactory is thread safe?

1 Answers  


Define hibernate?

1 Answers  


What are the identified limitation of hibernate?

1 Answers  


What is the difference between save() and persist() in hibernate?

1 Answers  


What is meant by hibernate tuning?

1 Answers  


List hibernate session interface methods?

1 Answers  


Why is hibernate preferred over jdbc?

1 Answers  


Categories