I have a simple class which starts 3 threads and saves a new object in each thread. But I am getting exception which i cannot understand. Can anyone help me understand why the e
Session object in Hibernate is not thread safe, you should not use the same session in different threads, unless you synchornize access to Session object.