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 |
What is the root element for the hibernate mapping file?
What is difference between update and merge in hibernate?
Explain about hibernate proxy and how it helps in lazy loading?
What is the process of communication between hibernate with rdbms?
What is the difference between and merge and update?
Explain session object in hibernate?
What is cascade in hibernate in which scenario we use it?
What is hibernate caching?
What do you write in annotations?
Is hibernate sessionfactory is thread safe?
What is hibernate sessionfactory and how do you configure it?
What are the mapping associations used in hibernate?