public int executeNativeSQL(final String queryName) {
   return dao.executeNativeSQL(queryName);
 }