@Override
 public void commit(boolean onSave) {
   fIdEntry.commit();
   fNameEntry.commit();
   fSchemaEntry.commit();
   super.commit(onSave);
 }