Is hibernate a middleware?



Is hibernate a middleware?..

Answer / Nafees Ahmed

Hibernate is an Object-Relational Mapping (ORM) tool and not a middleware. It sits between Java code and a database, helping to manage the persistence of Java objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What are the two key components of a hibernate configuration object?

1 Answers  


What are the orm tools?

1 Answers  


Can I use jpa without hibernate?

1 Answers  


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

1 Answers  


What is the function performed by code generator in hibernate?

1 Answers  


Which object is used to create sessionfactory objects hibernate?

1 Answers  


What is proxy object in hibernate?

1 Answers  


What is a crud repository?

1 Answers  


What are the two types of collections in hibernate?

1 Answers  


What are concurrency strategies?

1 Answers  


Is hibernate part of spring?

1 Answers  


Why is orm preferred over jdbc?

1 Answers  


Categories