Mybatis
iteye_670
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mybatis中的拦截器
http://blog.youkuaiyun.com/lhch1984/article/details/6636094 http://bukebuhao.iteye.com/blog/1338924 先看一下mybatis拦截器的用法和用途,先用为ibatis3提供基于方言(Dialect)的分页查询的例子来看一下吧!源码: @Intercepts({@Signature( typ...原创 2012-05-30 17:31:10 · 196 阅读 · 0 评论 -
Creating Mybatis Mapper xmls and usage of MapperFactoryBean, MapperScannerConfig
We are going to use Spring 3x and Mybatis 3x in conjunction here. Pre-requisite : Download the Mybatis-Spring bundle : mybatis-spring-1.1.1-bundle and use the libs assorted. Spring version : 3.1....原创 2013-02-22 15:56:40 · 244 阅读 · 0 评论 -
MapperScannerConfigurer and automatically marking the interfaces
Finally, those of you who don’t want to spend lots of time in wiring down each and every interface bean, can use the MapperScannerConfigurer which allows you to automatically scan the directories and ...原创 2013-02-22 16:02:19 · 152 阅读 · 0 评论
分享