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

1 Answer

0 votes
by

Hibernate Session object is not thread-safe, every thread should get its own session instance and close it after its work is finished.

Related questions

0 votes
asked Apr 15, 2023 in JAVA by Robindeniel
0 votes
asked Apr 14, 2023 in JAVA by SakshiSharma
...