| I have to catch up, but starting from the last comment about hibernate.connection.isolation : no please don't relate them! the connection isolation is global for the application scope, so it needs to be set to the most strict isolation mode that any of the use cases requires. At least the entities being cached are usually ok with a more relaxed isolation level. |