public Object executeQuery(Query jpaQuery) {
   return daoMethod.getQueryProcessor().executeQuery(jpaQuery);
 }