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