Example) @package.class@property
</if>
2. Static Method declare format.
"@" + 'Class name include package' + "@" + 'Method name(inline parameter)'
Example) @package.class@method(#{value})
<if test="@org.mybatis.utility.StringUtils@isBlank(#{shopStatus})">
AND SHOP_STATUS = #{shopStatus}
</if>
--You received this message because you are subscribed to the Google Groups "mybatis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mybatis-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To use as a value, enclose in ${}. The following is from working code with enums:
tp_id = ${@com.company.rest.client.MyTyp...@OUTAGE.toInt()}
send an email to mybatis-user+unsubscribe@googlegroups.com
<mailto:mybatis-user+unsub...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google
Groups "mybatis-user" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to mybatis-user+unsubscribe@googlegroups.com
<mailto:mybatis-user+unsub...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
--
Guy Rouillier
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
--
You received this message because you are subscribed to the Google Groups "mybatis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mybatis-user+unsubscribe@googlegroups.com.