iBatis resultMap의 구조(?)

Posted 2007. 8. 16. 16:54
다중테이블에 대한 조인을 처리하면서 관심을 갖게된 resultMap의 속성을 좀더  파헤쳐 보자.

<resultMap id=”resultMapName” class=”your.domain.Class”
[extends=”parent-resultMap-id”] <== 상속받을 클래스를 정의한 resultMap id
[groupBy=“some property list”]>  <== group by List?
<result property=”propertyName” column=”COLUMN_NAME”
[columnIndex=”1”] [javaType=”int”] [jdbcType=”NUMERIC”]
[nullValue=”-999999”] [select=”someOtherStatement”]
[resultMap=“someOtherResultMap”]
[typeHandler=“com.mydomain.MyTypehandler”]
/>
</resultMap>

음 상세한 의미와 사용법은 좀더 테스트를 해보거나 찾아봐야겠다.




eclipse 3.3에서 column mode로 편집하는 플러그인이다....

UltraEdit에서 유용하게 썼던 기능인데...

이제 이클립스에서도 쓸수있겠군...

요기가서 다운받아서 압축풀면... http://tkilla.ch/column_mode/


« PREV : 1 : ··· : 56 : 57 : 58 : 59 : 60 : 61 : NEXT »