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