104410451046104710481049105010511052
Query queryItens = this.getSession().createQuery(query.toString()); return queryItens.list(); } catch(HibernateException e){ this.logger.error(e); throw new ECARException(e); } }
11161117111811191120112111221123
return query.list(); } catch(HibernateException e){ this.logger.error(e); throw new ECARException(e); } }
11401141114211431144114511461147
query.setLong("codTa", codTipoAcompanhamento.longValue()); return query.list(); } catch(HibernateException e){ this.logger.error(e); throw new ECARException(e); } }
11811182118311841185118611871188
} } return listaArefRetorno; } catch(HibernateException e){ this.logger.error(e); throw new ECARException(e); } }
12231224122512261227122812291230
12471248124912501251125212531254
12751276127712781279128012811282
return (AcompRefItemLimitesArli)query.uniqueResult(); } catch(HibernateException e){ this.logger.error(e); throw new ECARException(e); } }
1311131213131314131513161317131813191320
lista = query.list(); } catch (HibernateException e) { this.logger.error(e); throw new ECARException("erro.hibernateException"); } return lista; }
16121613161416151616161716181619
return (AcompReferenciaAref) q.uniqueResult(); } catch(HibernateException e){ this.logger.error(e); throw new ECARException(e); } }
7273747576777879
"order by fonteRecurso.fonteRecursoFonr.nomeFonr asc"); q.setLong(0, itemEstrutura.getCodIettrev().longValue()); return q.list(); } catch (HibernateException e) { this.logger.error(e); throw new ECARException("erro.hibernateException"); } }