Joined: Tue Sep 21, 2004 6:10 pm Posts: 16 Location: Toronto, Canada
|
Hibernate version: 3.1beta1
Name and version of the database you are using: HSQL-1.8.0.1
I am generating a Criteria and it works terrific!! However, after I set the resultTranformer to return distinct values (by using criteria.setResultTransformer(Criteria.DISTINCT_ROOT_ENTITY) ) the criteria.list does not return the amount of results specified by criteria.setMaxResult although the total count of result returned by this criteria is way larger than the number of results set in setMaxResult.
Have any one run into this problem before?? Am I missing something here??
Thanks in advance..
Erick
|
|