315316317318319320321322323324325
ObjectProvider sm = om.findObjectProvider(pc); if (om.getApiAdapter().isDeleted(pc)) { try { sm.locate(); } catch (NucleusObjectNotFoundException ex) { // the instance has been flushed, and it was not found, so we return null return null;