Statistics for Criteria Queries
This commit is contained in:
Thomas Einwaller 2012-05-10 00:05:29 +02:00 committed by Strong Liu
parent af4fedc98b
commit d252a141d0
1 changed files with 4 additions and 0 deletions

View File

@ -237,5 +237,9 @@ public class CriteriaLoader extends OuterJoinLoader {
protected List getResultList(List results, ResultTransformer resultTransformer) {
return resolveResultTransformer( resultTransformer ).transformList( results );
}
protected String getQueryIdentifier() {
return "[CRITERIA] " + getSQLString();
}
}