*/
public ResultObjectFactory newResultObjectFactory(QueryExpression stmt,boolean ignoreCache,Class resultClass, boolean useFetchPlan)
{
Mappings.selectMapping(stmt,statementExpressionIndex);
return new TransientIDROF(getCandidateClass(), prefetchFieldNumbers, statementExpressionIndex);
}