public interface PanelLinkMapper
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(PanelLinkExample example) |
int |
deleteByExample(PanelLinkExample example) |
int |
insert(PanelLink record) |
int |
insertSelective(PanelLink record) |
List<PanelLink> |
selectByExample(PanelLinkExample example) |
int |
updateByExample(PanelLink record,
PanelLinkExample example) |
int |
updateByExampleSelective(PanelLink record,
PanelLinkExample example) |
long countByExample(PanelLinkExample example)
int deleteByExample(PanelLinkExample example)
int insert(PanelLink record)
int insertSelective(PanelLink record)
List<PanelLink> selectByExample(PanelLinkExample example)
int updateByExampleSelective(@Param(value="record")
PanelLink record,
@Param(value="example")
PanelLinkExample example)
int updateByExample(@Param(value="record")
PanelLink record,
@Param(value="example")
PanelLinkExample example)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.