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