@Repository public class CommentDaoImpl extends Object implements ICommentDao
| 构造器和说明 |
|---|
CommentDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
add(CommentVo commentVo) |
List<CommentVo> |
fullLstWithoutVOD(org.apache.ibatis.session.RowBounds rowBounds) |
List<CommentVo> |
lstByPostId(int postId) |
public List<CommentVo> lstByPostId(int postId)
lstByPostId 在接口中 ICommentDaopublic int add(CommentVo commentVo)
add 在接口中 ICommentDaopublic List<CommentVo> fullLstWithoutVOD(org.apache.ibatis.session.RowBounds rowBounds)
fullLstWithoutVOD 在接口中 ICommentDaoCopyright © 2011–2015 Azollas. All rights reserved.