What is orm database?



What is orm database?..

Answer / Nitish Mathur

An ORM database refers to a database management system that uses an ORM tool. It allows developers to interact with the database using objects rather than SQL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is the root element for the hibernate mapping file?

1 Answers  


What is difference between update and merge in hibernate?

1 Answers  


Explain about hibernate proxy and how it helps in lazy loading?

1 Answers  


What is the process of communication between hibernate with rdbms?

1 Answers  


What is the difference between and merge and update?

1 Answers  


Explain session object in hibernate?

1 Answers  


What is cascade in hibernate in which scenario we use it?

1 Answers  


What is hibernate caching?

1 Answers  


What do you write in annotations?

1 Answers  


Is hibernate sessionfactory is thread safe?

1 Answers  


What is hibernate sessionfactory and how do you configure it?

1 Answers  


What are the mapping associations used in hibernate?

1 Answers  


Categories