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

@ -238,4 +238,8 @@ public class CriteriaLoader extends OuterJoinLoader {
return resolveResultTransformer( resultTransformer ).transformList( results );
}
protected String getQueryIdentifier() {
return "[CRITERIA] " + getSQLString();
}
}