package cn.itcast.dao; import cn.itcast.domain.Student; import java.util.List; import java.util.Map; /** * 用户操作的DAO */ public interface StudentDao { public List<Student> findAll(); //Student findUserByUsernameAndPassword(String username, String password); void add(Student student); void delete(int id); Student findById(int i); void update(Student student); /** * 查询总记录数 * @return * @param condition */ int findTotalCount(Map<String, String[]> condition); /** * 分页查询每页记录 * @param start * @param rows * @param condition * @return */ List<Student> findByPage(int start, int rows, Map<String, String[]> condition); }

1273251505 LV1
1月5日
ma406805131 LV19
2024年12月19日
TTThai LV1
2024年12月17日
xiaoaitx LV8
2024年11月19日
微信网友_6520355827929088 LV2
2024年11月18日
krispeng LV15
2024年9月10日
Darchry LV2
2024年6月29日
taoshen95 LV16
2024年6月25日
wanglinddad LV55
2024年3月13日
hyt123456 LV3
2024年2月9日

武诗惠
6月12日
暂无贡献等级
renjunyou LV10
6月2日
李玟龙 LV2
5月21日
yangchengshuai LV15
3月7日
微信网友_7289626841501696 LV4
3月6日
docnnxxy688
3月1日
暂无贡献等级
1273251505 LV1
1月5日
经典拿铁
2024年12月29日
暂无贡献等级
3375276400
2024年12月24日
暂无贡献等级
ma406805131 LV19
2024年12月18日