ibatis



<isNull property="id"> 

조건절 

</isNull> 



<isNotNull property="id"> 

조건절 

</isNotNull>



<isEmpty property="id">

조건절

</isEmpty> 



<isNotEmpty property="id">

조건절

</isNotEmpty>




<isGreaterThan property="id" compareValue="3">

3보다 크다

</isGreaterThan> 



<isGreaterEqual property="id" compareValue="3">

3보다 크거나 같다

</isGreaterEqual> 



<isLessThan property="id" compareValue="3">

3보다 작다

</isLessThan> 



<isLessEqual property="id" compareValue="3">

3보다 작거나 같다

</isLessEqual>

<isEqual property="search_key" compareValue="title"> 

조건절 

</isEqual>



<isNotEqual property="search_key" compareValue="content"> 

조건절 

</isNotEqual>




출처: http://roqkffhwk.tistory.com/127 [야근싫어하는 개발자]

+ Recent posts