else // PersistentBrokerImpl.this
{
// a special case: current collection being loaded contains proxies,
// just load them without setting any fields
IndirectionHandler handler = (IndirectionHandler) listenedObject;
return new PlainPrefetcher(pb, handler.getIdentity().getObjectsTopLevelClass());
}
}