/**
  * Accessor for whether to detach objects on commit of the txn.
  *
  * @return Whether to detach objects on commit of the txn.
  */
 public boolean getDetachAllOnCommit() {
   return pm.getDetachAllOnCommit();
 }