Esempio n. 1
0
 /** {@inheritDoc} */
 @Override
 public Page findPageByTitle(String title) throws DataNotFoundException {
   return daoService.findObjectWithNamedQuery(
       Page.class, Page.FIND_BY_TITLE, QueryBuilder.with(Page.PARAMETER_TITLE, title));
 }