Support statistics when criteria(s) are executed

This commit is contained in:
Fabio Massimo Ercoli 2021-12-09 19:27:49 +01:00 committed by Steve Ebersole
parent f05f002c22
commit b91944c09a
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class ConcreteSqmSelectQueryPlan<R> implements SelectQueryPlan<R> {
@Override
public boolean hasQueryExecutionToBeAddedToStatistics() {
return !CRITERIA_HQL_STRING.equals( hql );
return true;
}
},
rowTransformer,