I'm using hibernate together with apache mina to build Multiplayer game server. I have separate client class for each (apache mina) client, separate transaction and session.
So, the question is:
Does hibernate blocks my main thread when i'm saving my entity to database or performing huge select query?