What is the role played by session interface in hibernate?



What is the role played by session interface in hibernate?..

Answer / Rahul Vardhan

The Session interface in Hibernate provides methods for performing CRUD operations on database entities. It serves as a bridge between Java objects and relational databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Is sessionfactory singleton in hibernate?

1 Answers  


Is hibernate open source?

1 Answers  


Difference between get() vs load() method in hibernate?

1 Answers  


What are the methods in hibernate?

1 Answers  


Difference between save() and saveorupdate() in hibernate?

1 Answers  


Does spring data jpa use hibernate?

1 Answers  


What is mappedby in hibernate?

1 Answers  


How to create two same tables in different schema’s by using single configuration file?

1 Answers  


How can we map the classes as immutable?

1 Answers  


What is referential integrity and why is it important?

1 Answers  


What is persistence object hibernate?

1 Answers  


Why we use hibernate template?

1 Answers  


Categories