Posted in 面试题 onJuly 12, 2015
可以使用$$来接受传入的动态传入的动态表名,例如
select * from $mytable$ where age = #myage#
需要在定义中设置remapResults=”true”
$$应该小心使用,因为它可能造成SQL注入。
select * from $mytable$ where age = #myage#
需要在定义中设置remapResults=”true”
$$应该小心使用,因为它可能造成SQL注入。
Ibatis如何使用动态表名
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Tags in this post...
Reply on: @reply_date@
@reply_contents@