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