使用 MyBatis 必看两篇文档导读:MyBatis 与 MyBatis-Spring...
分类:
编程语言 时间:
2014-11-30 09:18:50
阅读次数:
302
要使用定时任务,需要将quartz-1.5.2.jar加入lib,没有的话可以从下面地址下载:quartz-1.5.2.jar有了这个再做个配置文件appctx-quartz.xml: ...
分类:
编程语言 时间:
2014-11-29 22:53:46
阅读次数:
235
在dao层给map赋值纠正一下应该把dd作为传入而不是sbiId;sqlMap中的parameterType="java.util.Map", 就 OKpackage com.ldrc.srm.jczx.web.results.module.screen;import java.util.Array...
分类:
数据库 时间:
2014-11-27 14:18:53
阅读次数:
244
Spring3.1启动时报错:Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactoryat org.springframework.core.CollectionF...
分类:
编程语言 时间:
2014-11-27 12:40:44
阅读次数:
159
DocUpgrade3
这一页提供了一些当你从ibatis迁移到mybatis3时非常有用的信息。不能保证100%的完整。
这个项目现在的地址是 Github https://github.com/mybatis/ibatis2mybatis
转换工具
在下载区有一个可用的工具,可以帮你将iBATIS 2.x sqlmap文件转换为MyBatis
3.x xml ma...
分类:
其他好文 时间:
2014-11-26 19:07:41
阅读次数:
357
MyBatis-PageHelper MyBatis-Mapper
分类:
其他好文 时间:
2014-11-26 16:49:52
阅读次数:
163
深入浅出MyBatis-快速入门 深入浅出MyBatis-Configuration 深入浅出MyBatis-MapperBuilder 深入浅出MyBatis-Sqlsession 深入浅出Mybatis-插件原理 深入浅出Mybatis-分页 深入浅出Mybatis-sql自动生成 深入浅出Myb...
分类:
其他好文 时间:
2014-11-26 14:36:54
阅读次数:
215
private void putAncestor(CacheKey rowKey, Object resultObject, String resultMapId, String columnPrefix) {
if (!ancestorColumnPrefix.containsKey(resultMapId)) {
ancestorColumnPrefix.put(resul...
分类:
其他好文 时间:
2014-11-25 14:35:27
阅读次数:
163
毕业之前就听说了springMVC和mybatis搭配,后来有机会在实际项目中接触了一下,于是乎,想把它整理一下,在网上简单查了一些资料,汇聚此篇!
MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。
iBATIS一词来源于“interne...
分类:
其他好文 时间:
2014-11-25 12:54:49
阅读次数:
295
[预告]SI 系列入门 之 手把手构建 Spring-MyBatis 工程...
分类:
编程语言 时间:
2014-11-25 12:43:58
阅读次数:
187