/**
  * Return all metadata types.
  *
  * @see edu.ur.dao.CrudDAO#getAll()
  */
 public List<MetadataType> getAll() {
   return hbCrudDAO.getAll();
 }