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