What is a session in hibernate?
Answer / Ajeet Kumar Verma
A Session in Hibernate is an object-relational bridge, responsible for managing database interactions. It maintains the state of persistent objects, handles transactions, and provides APIs for querying and manipulating data.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to insert data into database using spring mvc and hibernate?
List hibernate session interface methods?
What is difference between save and merge in hibernate?
What is hibernate in spring?
What is collection mapping?
Explain the difference between criteria and criterion in hibernate?
What is hibernate validator framework?
What is the importance of hibernate mapping file?
Is sessionfactory a thread-safe object?
What is hibernate transaction?
Is a mapping in hibernate?
What is meaning of cascade in hibernate?