Пример #1
0
 public TagJdo getById(int id) {
   return tagDao.getById(TagJdo.class, id);
 }