mybatis
shuizhonglu1990
这个作者很懒,什么都没留下…
展开
-
mybatis 定义可以复用的sql这段
1这个元素用来定义一个可以复用的SQL 语句段,供其它语句调用。比如: id,username,password 这个语句块,可以包含到别的语句中,比如:select from some_tablewhere id = #{id}原创 2014-06-01 14:52:29 · 1168 阅读 · 0 评论 -
mybatis对数字的处理
当传来的参数scene为int类型 hotel_roomtype c原创 2014-07-14 15:57:48 · 850 阅读 · 0 评论 -
mybatis 配置文件传参数
select a.id as id,a.order_num as orderNum,a.user_name as userName,a.created_at as createdAt,a.user_mobile as userMobile,c.hotel_branchname as branchName, a.is_read as is_read from hotel_or原创 2014-10-11 11:26:21 · 544 阅读 · 0 评论