adspace


Can I reuse the session in hibernate?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493