文件名称:spring-mybatis-memcached
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-12-05
- 文件大小:
- 135kb
- 下载次数:
- 0次
- 提 供 者:
- mo***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
ssm3-mybatis2-memcached 使用了 simple-spring-memcached 。因为 mybatis-memcached 不支持 MyBatis2(iBatis),只能用在 MyBatis3 里。但是因为有的项目还跑在 MyBatis2 版本上,所以也做一个例子。
mm-mybatis3-memcached 使用了 mybatis-memcached 。因为 simple-spring-memcached 暂时和 MyBatis3 没办法直接整合(MyBatis3 不再需要 DAO 实现类),simple-spring-memcached annotation 在 interface 方法里不起作用。见我提交的 Bug。
ssm3-springcache-mybatis3-memcached 通过 Spring Cache(Spring 3.1+) 实现 simple-spring-memcached 和 MyBatis3 整合。
simple-spring-memcached 使用了 JSON 序列化。-ssm3-mybatis2-memcached using simple-spring-memcached. The mybatis-memcached not support MyBatis2 (iBatis), can only be used in MyBatis3. However, because some projects run on in MyBatis2 version, so also do an example.
mm-mybatis3-memcached mybatis-memcached. Simple-spring-memcached and MyBatis3 temporarily not directly integrated (MyBatis3 no longer need the DAO implementation class), simple-spring-memcached annotation interface method does not work. See I submit bugs.
ssm3-springcache-mybatis3-memcached simple-spring-memcached, and MyBatis3 integration through Spring Cache (Spring 3.1+).
simple-spring-memcached using JSON serialization.
mm-mybatis3-memcached 使用了 mybatis-memcached 。因为 simple-spring-memcached 暂时和 MyBatis3 没办法直接整合(MyBatis3 不再需要 DAO 实现类),simple-spring-memcached annotation 在 interface 方法里不起作用。见我提交的 Bug。
ssm3-springcache-mybatis3-memcached 通过 Spring Cache(Spring 3.1+) 实现 simple-spring-memcached 和 MyBatis3 整合。
simple-spring-memcached 使用了 JSON 序列化。-ssm3-mybatis2-memcached using simple-spring-memcached. The mybatis-memcached not support MyBatis2 (iBatis), can only be used in MyBatis3. However, because some projects run on in MyBatis2 version, so also do an example.
mm-mybatis3-memcached mybatis-memcached. Simple-spring-memcached and MyBatis3 temporarily not directly integrated (MyBatis3 no longer need the DAO implementation class), simple-spring-memcached annotation interface method does not work. See I submit bugs.
ssm3-springcache-mybatis3-memcached simple-spring-memcached, and MyBatis3 integration through Spring Cache (Spring 3.1+).
simple-spring-memcached using JSON serialization.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
spring-mybatis-memcached
........................\.git
........................\....\HEAD
........................\....\branches
........................\....\config
........................\....\description
........................\....\hooks
........................\....\.....\applypatch-msg.sample
........................\....\.....\commit-msg.sample
........................\....\.....\post-update.sample
........................\....\.....\pre-applypatch.sample
........................\....\.....\pre-commit.sample
........................\....\.....\pre-rebase.sample
........................\....\.....\prepare-commit-msg.sample
........................\....\.....\update.sample
........................\....\index
........................\....\info
........................\....\....\exclude
........................\....\logs
........................\....\....\HEAD
........................\....\....\refs
........................\....\....\....\heads
........................\....\....\....\.....\master
........................\....\....\....\remotes
........................\....\....\....\.......\origin
........................\....\....\....\.......\......\HEAD
........................\....\objects
........................\....\.......\info
........................\....\.......\pack
........................\....\.......\....\pack-402ef4916a585cc9f8dc7ae3294227b8b910f354.idx
........................\....\.......\....\pack-402ef4916a585cc9f8dc7ae3294227b8b910f354.pack
........................\....\packed-refs
........................\....\refs
........................\....\....\heads
........................\....\....\.....\master
........................\....\....\remotes
........................\....\....\.......\origin
........................\....\....\.......\......\HEAD
........................\....\....\tags
........................\.gitignore
........................\README.md
........................\mm-mybatis3-memcached
........................\.....................\pom.xml
........................\.....................\src
........................\.....................\...\main
........................\.....................\...\....\java
........................\.....................\...\....\....\me
........................\.....................\...\....\....\..\batizhao
........................\.....................\...\....\....\..\........\dao
........................\.....................\...\....\....\..\........\...\RoleDao.java
........................\.....................\...\....\....\..\........\...\UserDao.java
........................\.....................\...\....\....\..\........\model
........................\.....................\...\....\....\..\........\.....\Role.java
........................\.....................\...\....\....\..\........\.....\User.java
........................\.....................\...\....\resources
........................\.....................\...\....\.........\applicationContext.xml
........................\.....................\...\....\.........\database
........................\.....................\...\....\.........\........\jpetstore-hsqldb-dataload.sql
........................\.....................\...\....\.........\........\jpetstore-hsqldb-schema.sql
........................\.....................\...\....\.........\log4j.xml
........................\.....................\...\....\.........\me
........................\.....................\...\....\.........\..\batizhao
........................\.....................\...\....\.........\..\........\dao
........................\.....................\...\....\.........\..\........\...\RoleDao.xml
........................\.....................\...\....\.........\..\........\...\UserDao.xml
........................\.....................\...\....\.........\memcached.properties
........................\.....................\...\test
........................\.....................\...\....\java
........................\.....................\...\....\....\me
........................\.....................\...\....\