개발자의 끄적끄적

[ibatis] if else 처리, null 처리 본문

개발/java & jsp

[ibatis] if else 처리, null 처리

효벨 2020. 9. 13. 03:00
728x90
반응형

if else 처리

<isEqual property="AAA" compareValue="T">  </isEqual>

<isNotEqual property="AAA" compareValue="T">  </isNotEqual>

 

null 처리

<isNotEmpty property="AAA">   </isNotEmpty>



출처: https://jungws55.tistory.com/128 [선한열심]

반응형
Comments