*/
public synchronized ResultObjectFactory newResultObjectFactory(QueryExpression stmt,boolean ignoreCache, Class resultClass, boolean useFetchPlan)
{
if (backingStore == null)
{
throw new QueryUnownedSCOException();
}
return ((CollectionStoreQueryable)backingStore).newResultObjectFactory(ownerSM, stmt,ignoreCache,useFetchPlan);
}