Long codPesquisa=null;//[] = new Long[strEntidades.length];
try {
for (int i = 0; i < strPesquisa.length; i++) {
codPesquisa = Long.parseLong(strPesquisa[i]);
Pesquisa pesquisa = (Pesquisa) this.buscar(Pesquisa.class, codPesquisa);
set.add(pesquisa);
}//fim for
} catch (ECARException e) {
// e.printStackTrace();