Can I reuse the session in hibernate?



Can I reuse the session in hibernate?..

Answer / Abhishek Jaiswal

Reusing Hibernate sessions is generally not recommended because it can lead to inconsistencies in your application's data and increased risk of transaction-related errors. Instead, you should use a new session for each database operation or manage sessions within a Transaction.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

How does hibernate save work?

1 Answers  


How many attributes are there in column annotation?

1 Answers  


What is sessionfactory?

1 Answers  


What are the different types of extension interface that is present in hibernate?

1 Answers  


Name few hibernate annotations?

1 Answers  


What’s hibernate?

1 Answers  


What is the difference between jdbc and hibernate?

1 Answers  


Which came first jpa or hibernate?

1 Answers  


Difference between session and sessionfactory in hibernate?

1 Answers  


What is evict method in hibernate?

1 Answers  


What is the default annotation for a property in hibernate?

1 Answers  


Is entity framework an orm?

1 Answers  


Categories