public interface SysMsgMapper
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(SysMsgExample example) |
int |
deleteByExample(SysMsgExample example) |
int |
deleteByPrimaryKey(Long msgId) |
int |
insert(SysMsg record) |
int |
insertSelective(SysMsg record) |
List<SysMsg> |
selectByExample(SysMsgExample example) |
SysMsg |
selectByPrimaryKey(Long msgId) |
int |
updateByExample(SysMsg record,
SysMsgExample example) |
int |
updateByExampleSelective(SysMsg record,
SysMsgExample example) |
int |
updateByPrimaryKey(SysMsg record) |
int |
updateByPrimaryKeySelective(SysMsg record) |
long countByExample(SysMsgExample example)
int deleteByExample(SysMsgExample example)
int deleteByPrimaryKey(Long msgId)
int insert(SysMsg record)
int insertSelective(SysMsg record)
List<SysMsg> selectByExample(SysMsgExample example)
int updateByExampleSelective(@Param(value="record")
SysMsg record,
@Param(value="example")
SysMsgExample example)
int updateByExample(@Param(value="record")
SysMsg record,
@Param(value="example")
SysMsgExample example)
int updateByPrimaryKeySelective(SysMsg record)
int updateByPrimaryKey(SysMsg record)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.