Package ecar.dao

Examples of ecar.dao.TipoFuncAcompDao.buscar()


      TipoFuncAcompDao tfDao = new TipoFuncAcompDao(req);
      //LOCAL
      //TipoFuncAcompTpfa tpfa = (TipoFuncAcompTpfa)tfDao.buscar(TipoFuncAcompTpfa.class, 2L);
     
      //REMOTO
      TipoFuncAcompTpfa tpfa = (TipoFuncAcompTpfa)tfDao.buscar(TipoFuncAcompTpfa.class, 6L);
     
      TipoAcompanhamentoTa tipoAcomp = null;
      List codIetts = new ArrayList();
      List listArel = new ArrayList();
     
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.