/** @see Dao#isUpdatable() */
 public boolean isUpdatable() {
   return dao.isUpdatable();
 }