We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a096770 commit d93b2bfCopy full SHA for d93b2bf
hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
@@ -242,6 +242,7 @@ public void testSQLQueryWithManyToOne() {
242
tx = s.beginTransaction();
243
Statistics stats = sessionFactory().getStatistics();
244
stats.setStatisticsEnabled( true );
245
+ stats.clear();
246
Query q = s.getNamedQuery( "night&areaCached" );
247
q.setCacheable( true );
248
List result = q.list();
0 commit comments