Introduction Welcome to a new issue of the High-Performance Java Persistence Newsletter in which we share articles, videos, workshops, and StackOverflow answers that are very relevant to any developer who interacts with a database system using Java. Articles The pick of this edition is this article, which explains how you can use the Hibernate Statistics in order to assert the SQL queries executed by Hibernate. The Hibernate Statistics provides a lot of information that you can use to determine whether caching is effective or to validate the performance gains of a given... Read More
↧