public Object getTransactionalObjectId(Object pc) {
   checkStatus();
   return pm.getTransactionalObjectId(pc);
 }