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