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