call procedure ibatis (1) 썸네일형 리스트형 [ibatis] 자바 프로시저 호출 *자바 프로시저 호출후 HashMap으로 다시 리턴받는 소스 -service.java //프로시저 호출 HashMap result = btob_sendDao.executeProc_cust_info(receivermobile, member_id); vo.setCust_no(result.get("ot_cust_no").toString()); //프로시저 호출 후 받은 값 set vo.setCr_id(result.get("ot_cr_id").toString()); //프로시저 호출 후 받은 값 set -dao.java public HashMap executeProc_cust_info(String phone_no, String login_id) throws SQLException { HashMap param =.. 이전 1 다음