We are running our application over JBoss application server and the Hibernate ORM handles the connection to an MSSQL database.
As of now, we are running into a lot of performance issues and deadlocks and the DBA is pushing things into Hibernate. Namely, he stated that some flags should be turned ON/OFF.
So, my question is, do we have some way to specify on Hibernate configs those queries statuses?