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