Examples of TipoAcompTipofuncacompSisatributoTaTpfaSatbId


Examples of ecar.pojo.TipoAcompTipofuncacompSisatributoTaTpfaSatbId

    public TipoAcompTipofuncacompSisatributoTaTpfaSatb buscar(Long codTa, Long codTpfa, Long codSatb) throws ECARException{
    try {
      return (TipoAcompTipofuncacompSisatributoTaTpfaSatb)
          this.getSession()
          .get(TipoAcompTipofuncacompSisatributoTaTpfaSatb.class,
              new TipoAcompTipofuncacompSisatributoTaTpfaSatbId(codTa,codTpfa,codSatb));
    } catch (HibernateException e) {
      // TODO Auto-generated catch block
      this.logger.error(e);
      throw new ECARException("erro.hibernateException");
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.