That is an issue with the WAS LRU cache, disable it where it corresponds (not Hibernate)
Resources → JDBC → Data sources → [your datasource] → Connection pool properties → Statement cache size
If you analyze the stack trace the issue goes out of hibernate after having done it's job, not because Hibernate needs to do something on JDBC.