When we do a
session.save()
in hiberbate side it might throw different exceptions.Do we need to handle them.Is so how we should do it?
I found two implementations of save() (In SessionImpl and SessionDelegatorBaseImpl) and in the save() of SessionImpl it throws hibernate exceptions.
Can anyone please explain these stuff to me?