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