while (queryResult.next()) {
if (logger.isDetailEnabled()) logger.detail("loading related instance of type: " + relatedTypeMapping.getDescribedType().getName());
store.load(relatedTypeMapping, fetch, (BitSet) null, queryResult);
}
fieldMapping.load(sm, store, fetch);
session.endAutoTransaction();
} catch (Exception e) {
session.failAutoTransaction();
throw new ClusterJException(local.message("ERR_Exception_While_Loading"), e);
}
}