package com.wyhello.myspace.dao; import java.util.List; import java.util.Map; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; import com.wyhello.myspace.pojo.Author; public interface AuthorMapper { @Select("SELECT * FROM Author") List<Author> selectAuthors(); Author selectAuthor(int id); int insertAuthor(Author author); int updateAuthor(Author author); int deleteAuthor(int id); //List<Author> selectAuthorPage(int offset, int pagesize); List<Author> selectAuthorsPage(Map paramList); List<Author> selectAuthorsPage2(int offset, int pagesize); List<Author> selectAuthorsPage3(@Param(value="offset") int offset, @Param(value="pagesize") int pagesize); int updateAuthorIfNecessary(Author author); Author selectForUsernamePassword(@Param(value="username") String username, @Param(value="password") String password); Author selectAuthorForUsername(String username); }
最近下载更多
13543528515 LV8
5月16日
阿萨大大123213 LV2
2月23日
liu2022 LV14
2022年7月31日
17614867633 LV3
2021年6月13日
Orianna LV2
2021年5月8日
wy1531499154 LV2
2020年12月29日
hbycool LV5
2020年12月4日
765105637 LV9
2020年6月19日
Chengleyang20 LV2
2020年5月29日
Snly小怪兽 LV4
2020年5月18日
最近浏览更多
Alpaca_23
6月15日
暂无贡献等级
13543528515 LV8
5月16日
阿萨大大123213 LV2
2月23日
一纸凉生 LV5
2023年9月4日
sldlqwerty
2023年9月4日
暂无贡献等级
1WQAQW1 LV2
2023年6月8日
臧家旺 LV3
2023年4月27日
zl2569837365 LV1
2023年3月14日
微信网友_5992582549164032 LV6
2023年2月21日
xxKKKw
2023年2月21日
暂无贡献等级