資源簡介
SSH框架整合代碼,自己可進一步開發
代碼片段和文件信息
package?com.ssh.mould.base;
import?java.util.List;
public?interface?baseDao?{
/**
?*?保存實體
?*?
?*?@param?entity
?*/
void?save(T?entity);
/**
?*?刪除實體
?*?
?*?@param?id
?*/
void?delete(Long?id);
/**
?*?更新實體
?*?
?*?@param?entity
?*/
void?update(T?entity);
/**
?*?按id查詢
?*?
?*?@param?id
?*?@return
?*/
T?getById(Long?id);
/**
?*?按id查詢
?*?
?*?@param?ids
?*?@return
?*/
List?getByIds(Long[]?ids);
/**
?*?查詢所有
?*?
?*?@return
?*/
List?findAll();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-04-20?09:53??SSH\
?????文件?????????695??2017-04-20?09:02??SSH\.classpath
?????目錄???????????0??2017-04-20?08:52??SSH\.myeclipse\
?????文件?????????282??2017-04-20?09:33??SSH\.myme
?????文件????????1530??2017-04-20?09:33??SSH\.project
?????目錄???????????0??2017-04-20?09:53??SSH\.settings\
?????文件?????????500??2017-04-20?08:52??SSH\.settings\.jsdtscope
?????文件?????????364??2017-04-20?08:52??SSH\.settings\org.eclipse.jdt.core.prefs
?????文件?????????599??2017-04-20?09:33??SSH\.settings\org.eclipse.wst.common.component
?????文件?????????252??2017-04-20?08:52??SSH\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2017-04-20?08:52??SSH\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2017-04-20?08:52??SSH\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2017-04-20?09:53??SSH\config\
?????文件????????3067??2017-04-20?09:39??SSH\config\applicationContext.xm
?????文件?????????662??2017-04-20?09:39??SSH\config\hibernate.cfg.xm
?????文件?????????172??2017-04-20?09:11??SSH\config\jdbc.properties
?????文件?????????770??2017-03-13?16:07??SSH\config\log4j.properties
?????文件?????????907??2017-04-20?09:12??SSH\config\struts.xm
?????目錄???????????0??2017-04-20?09:53??SSH\src\
?????目錄???????????0??2017-04-20?09:53??SSH\src\com\
?????目錄???????????0??2017-04-20?09:53??SSH\src\com\ssh\
?????目錄???????????0??2017-04-20?09:53??SSH\src\com\ssh\mould\
?????目錄???????????0??2017-04-20?09:36??SSH\src\com\ssh\mould\action\
?????目錄???????????0??2017-04-20?09:53??SSH\src\com\ssh\mould\ba
?????文件?????????589??2017-04-20?09:38??SSH\src\com\ssh\mould\ba
?????文件????????1522??2017-04-20?09:38??SSH\src\com\ssh\mould\ba
?????目錄???????????0??2017-04-20?09:53??SSH\src\com\ssh\mould\dao\
?????目錄???????????0??2017-04-20?09:53??SSH\src\com\ssh\mould\dao\impl\
?????文件?????????227??2017-04-20?09:38??SSH\src\com\ssh\mould\dao\impl\UserDaoImpl.java
?????文件?????????207??2017-04-20?09:38??SSH\src\com\ssh\mould\dao\UserDao.java
?????目錄???????????0??2017-04-20?09:53??SSH\src\com\ssh\mould\domain\
............此處省略76個文件信息
- 上一篇:幾十個微信H5小游戲完整源碼
- 下一篇:OPNET通信仿真開發手冊全
評論
共有 條評論