What is hibernatetemplate?



What is hibernatetemplate?..

Answer / Ajay Pal Singh

HibernateTemplate is an old deprecated API used in Hibernate 2.x for transaction management, query execution, and data access. It has been replaced by TransactionTemplate and Query interfaces in later versions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is the difference between an orm and an odm?

1 Answers  


What is difference between sorted collection and ordered collection, which one is better?

1 Answers  


What is HibernateTemplate class?

1 Answers  


Explain the role of session interface in hibernate.

1 Answers  


What is a crud repository?

1 Answers  


What is persistence object hibernate?

1 Answers  


What is fetchtype lazy?

1 Answers  


What are the advantages of hibernate?

1 Answers  


Does hibernate support mongodb?

1 Answers  


What is cache region?

1 Answers  


What is difference between first level cache and second level cache?

1 Answers  


What is transaction boundary in hibernate?

1 Answers  


Categories