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