Interface ChartViewMapper
-
public interface ChartViewMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(ChartViewExample example)intdeleteByExample(ChartViewExample example)intdeleteByPrimaryKey(String id)intinsert(ChartViewWithBLOBs record)intinsertSelective(ChartViewWithBLOBs record)List<ChartView>selectByExample(ChartViewExample example)List<ChartViewWithBLOBs>selectByExampleWithBLOBs(ChartViewExample example)ChartViewWithBLOBsselectByPrimaryKey(String id)intupdateByExample(ChartView record, ChartViewExample example)intupdateByExampleSelective(ChartViewWithBLOBs record, ChartViewExample example)intupdateByExampleWithBLOBs(ChartViewWithBLOBs record, ChartViewExample example)intupdateByPrimaryKey(ChartView record)intupdateByPrimaryKeySelective(ChartViewWithBLOBs record)intupdateByPrimaryKeyWithBLOBs(ChartViewWithBLOBs record)
-
-
-
Method Detail
-
countByExample
long countByExample(ChartViewExample example)
-
deleteByExample
int deleteByExample(ChartViewExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(String id)
-
insert
int insert(ChartViewWithBLOBs record)
-
insertSelective
int insertSelective(ChartViewWithBLOBs record)
-
selectByExampleWithBLOBs
List<ChartViewWithBLOBs> selectByExampleWithBLOBs(ChartViewExample example)
-
selectByExample
List<ChartView> selectByExample(ChartViewExample example)
-
selectByPrimaryKey
ChartViewWithBLOBs selectByPrimaryKey(String id)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") ChartViewWithBLOBs record, @Param("example") ChartViewExample example)
-
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") ChartViewWithBLOBs record, @Param("example") ChartViewExample example)
-
updateByExample
int updateByExample(@Param("record") ChartView record, @Param("example") ChartViewExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(ChartViewWithBLOBs record)
-
updateByPrimaryKeyWithBLOBs
int updateByPrimaryKeyWithBLOBs(ChartViewWithBLOBs record)
-
updateByPrimaryKey
int updateByPrimaryKey(ChartView record)
-
-