XML
JAVA
JAVA
HashMap hm = new HashMap(); mapper.dbtest(hm); ListresultList = (List )hm.get("property1"); for(HashMap h:resultList){ System.out.println("SID="+h.get("SID")); } System.out.println("=========="); System.out.println("NUMBER=" + hm.get("property2"));
프로시져 cursor를 hashMap으로 받기 위해선 resultMap에 바로 hashMap을 써주면 안되고 hashMap으로 된 resultMap을 하나 생성후에
해당 id를 적어주면 이상없이 동작한다.
'개발' 카테고리의 다른 글
[Spring] mysql+mybatis @transaction 설정 (1) | 2012.10.31 |
---|---|
[Sqlite] java application에서 sqlite 사용하기. (0) | 2012.10.15 |
[에러/해결] javascript translation for intentionally not implemented (0) | 2012.10.11 |
[Apache/MINA] http server 예제 (0) | 2012.04.18 |
[Spring3.0] 스프링 IoC의 용어정리 (0) | 2012.03.26 |