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