0 votes
in Hibernate by
What is a Session in Hibernate?

1 Answer

0 votes
by

A Session in Hibernate is a lightweight, non-thread-safe object representing a single unit of work with the database. It is used to perform CRUD operations on persistent objects. 

...