Ejemplo n.º 1
0
 public void update(Ectarget ectarget) {
   Ectarget dest = ectargetDao.get(ectarget);
   BeanUtils.copyPropertiesIfOrigPropertyNotNull(dest, ectarget);
   ectargetDao.update(dest);
 }
Ejemplo n.º 2
0
 public Ectarget get(Ectarget ectarget) {
   return ectargetDao.get(ectarget);
 }