`
ytuwlg
  • 浏览: 91501 次
  • 性别: Icon_minigender_1
  • 来自: 威海
社区版块
存档分类
最新评论

ibatis dynamic sql

阅读更多

<isProperty-Available>

Determines whether the specified property exists in the parameter. With a bean, it looks for a property. With a map, it looks for a key.

<isNotProperty-Available>

Checks whether the specified property does not exist in the parameter. With a bean, it looks for a property. With a map, it looks for a key.
________________________________________________________________________________


<isNull>

Determines whether the specified property is null. With a bean, it looks at the value of the property getter. With a map, it looks for a key. If the key does not exist, it will return true.

<isNotNull>

Determines whether the specified property is anything other than null. With a bean, it looks at the value of the property getter. With a map, it looks for a key. If the key does not exist, it will return false. _________________________________________________________________________________

<isEmpty>

Determines whether the specified property is a null or empty String, Collection,or String.valueOf().

<isNotEmpty>

Determines whether the specified property is not a null or empty String,Collection, or String.valueOf().

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics