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