这些天被一些琐碎的事情给耽误学习了,今天帖出org.springframework.samples.jpetstore.dao.ibatis中的SqlMapAccountDao.java,是AccountDao接口的实现,相关的Account.java与Account.xml文件就不帖上来了,这2个文件很简单,这个文件中的一些API请查询spring2.0API.
package org.springframework.samples.jpetstore.dao.ibatis;
import java.util.List;
……
Spring宠物店应用AccountDAO实现
本文分享了Spring宠物店示例应用中AccountDAO的具体实现——SqlMapAccountDao.java。该实现位于org.springframework.samples.jpetstore.dao.ibatis包下,是对AccountDao接口的实现。文中提及的Account.java和Account.xml文件较为简单,未进行详细介绍。
722

被折叠的 条评论
为什么被折叠?



