/**
  * Obtains all {@link StagingTable} for this adapter's tree root.
  *
  * @return the <code>StagingTable</code>s or an empty list
  */
 public List getAllStagingTables() {
   return Collections.unmodifiableList(mappingLocator.getStagingTables());
 }