0 votes
in JAVA by
Hibernate SessionFactory is a Thread-Safe?

1 Answer

0 votes
by

The internal state of SessionFactory is immutable, so it’s thread-safe. Multiple threads can access it simultaneously to get Session instances.

Related questions

0 votes
asked Apr 14, 2023 in JAVA by SakshiSharma
+1 vote
asked Jan 24, 2020 in JAVA by rahuljain1
...