public interface CmsCommentMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteByPrimaryKey(java.lang.Integer id) |
int |
insert(CmsComment record) |
int |
insertSelective(CmsComment record) |
CmsComment |
selectByPrimaryKey(java.lang.Integer id) |
int |
updateByPrimaryKey(CmsComment record) |
int |
updateByPrimaryKeySelective(CmsComment record) |
int |
updateByPrimaryKeyWithBLOBs(CmsComment record) |
int deleteByPrimaryKey(java.lang.Integer id)
int insert(CmsComment record)
int insertSelective(CmsComment record)
CmsComment selectByPrimaryKey(java.lang.Integer id)
int updateByPrimaryKeySelective(CmsComment record)
int updateByPrimaryKeyWithBLOBs(CmsComment record)
int updateByPrimaryKey(CmsComment record)