public TipoAcompAbasSisatributoTaAbaSatb buscar(Long codTa, Long codAba, Long codSatb) throws ECARException{
try {
return (TipoAcompAbasSisatributoTaAbaSatb)
this.getSession()
.get(TipoAcompAbasSisatributoTaAbaSatb.class,
new TipoAcompAbasSisatributoTaAbaSatbId(codTa, codAba, codSatb));
} catch (HibernateException e) {
// TODO Auto-generated catch block
this.logger.error(e);
throw new ECARException("erro.hibernateException");
}