MyBatis
口袋里的小龙
宝剑锋冲磨砺出,梅花香自苦寒来。
展开
-
attempted to return null from a method with a primitive return type (double)
今天在做mybatis sql 统计的时候 发现了个问题attempted to return null from a method with a primitive return type (double)mapper中的如下<select parameterType = "java.util.List" resultType = "double" > sele...原创 2020-03-14 15:15:38 · 1158 阅读 · 0 评论 -
Spring MVC + Mybaits 集成
Spring MVC + Mybaits 集成原创 2014-04-29 18:38:43 · 940 阅读 · 0 评论 -
Mybatis 中类属性和数据表字段不一致的解决方法
Mybatis 中类属性和数据表字段不一致的解决方法原创 2014-04-29 18:38:38 · 1741 阅读 · 0 评论 -
Mybaits 怎样调用数据库 存储过程
Mybaits 怎样调用数据库 存储过程原创 2014-04-29 18:39:08 · 1058 阅读 · 0 评论 -
Spring+mybatis+log4j在控制台输出sql语句
Spring+mybatis+log4j在控制台输出sql语句原创 2014-04-29 18:39:17 · 4963 阅读 · 0 评论 -
Mybaits 中调用数据库函数的方法
Mybaits 中调用数据库函数的方法原创 2014-04-29 18:39:10 · 7481 阅读 · 0 评论 -
Mybatis 实现基本的增删改查操作(一)
Mybatis 实现基本的增删改查操作原创 2013-07-25 14:48:49 · 1121 阅读 · 0 评论 -
Mybatis Generator 代码生成工具使用
Mybatis Generator 代码生成工具使用原创 2016-08-18 11:59:44 · 747 阅读 · 0 评论