ibatis抛出Closing non transactional SqlSession异常怎么解决?
DEBUG - ==> Preparing: select category_id,category_name,level,parent_id,create_time,sffj from product_category
DEBUG - ==> Parameters:
DEBUG - <== Total: 25
DEBUG - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7271d362]
WARN - Handler execution resulted in exception: null
应该是xml配置的问题,但是我找不出来
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.tmhome.mall.dao.ProductCategoryDao">
<resultMap type="com.tmhome.mall.model.ProductCategory" id="productCategoryMap">
<result property="categoryId" column="category_id" />
<result property="categoryName" column="category_name" />
<result property="level" column="level" />
<result property="parentId" column="parent_id" />
<result property="createTime" column="create_time" />
<result property="sffj" column="sffj" jdbcType="TINYINT" />
</resultMap>
<select id="selectByPrimaryKey" parameterType="com.tmhome.mall.model.ProductCategory" resultMap="productCategoryMap">
select category_id,category_name,level,parent_id,create_time, sffj
from product_category
where category_id = #{categoryId,jdbcType=INTEGER}
</select>
<select id="selectAll" parameterType="com.tmhome.mall.model.ProductCategory" resultMap="productCategoryMap">
select category_id,category_name,level,parent_id,create_time, sffj
from product_category
</select>
</mapper>
<mapper namespace="com.tmhome.mall.dao.ProductCategoryDao">
<resultMap type="com.tmhome.mall.model.ProductCategory" id="productCategoryMap">
<result property="categoryId" column="category_id" />
<result property="categoryName" column="category_name" />
<result property="level" column="level" />
<result property="parentId" column="parent_id" />
<result property="createTime" column="create_time" />
<result property="sffj" column="sffj" jdbcType="TINYINT" />
</resultMap>
<select id="selectByPrimaryKey" parameterType="com.tmhome.mall.model.ProductCategory" resultMap="productCategoryMap">
select category_id,category_name,level,parent_id,create_time, sffj
from product_category
where category_id = #{categoryId,jdbcType=INTEGER}
</select>
- 等 最代码怎么获取牛币啊?
- 完 谁来告诉我最代码上线的时间,答对者给5牛币,先来先得
- 等 牛友们,大家好,你们做程序员多久了?现在还好吗?
- 完 在微信打开的页面里进行app下载
- 等 最代码2014年欢乐聚声会
- 完 mysql如何查询表数据并且对3个字段降序的SQL?
- 完 最代码牛币机制改革
- 完 成功的在bae上使用了自定义运行环境 jetty+nginx的组合,大家对jetty+nginx优化有哪些心得?
- 完 进来分享一下各位牛牛是如何加入最代码大家庭的?
- 等 为什么java BufferedImage类处理大图直接抛出内存溢出的异常?
- 等 最代码是否开发手机app客户端?
- 完 java程序员学习哪些java的技术?java有哪些框架?都能做哪方面的开发?
- 等 php格式网页文件怎么运行?
- 等 Java volatile值获取的问题
- 等 前端vue,拦截了登录后台后,返回的token,requests拦截token,但是发送请求的时候,就出现跨越异常
- 等 大专本科计算机科班怎么找到Java工作?
- 等 eclipse怎么把三个java swing游戏项目合成一个项目?
- 完 伙伴们,大家都有什么好的解压方式么,分享一下~
- 完 三四线城市,6、7k,运维工作,索然无味,想去辞职上培训,各位牛牛有什么建议嘛
- 等 jsp页面输入中文变成问号
- 等 JPA在线上运行一段时间后报错Caused by: java.lang.IncompatibleClassChangeError: null
- 等 PHP 这个规则用preg_match_all怎么写
- 等 大佬们,有没有知道Alfresco如何配置LDAP登录呢?
- 等 php的install目录是框架带的吗?