Interface DatasetTableTaskMapper
-
public interface DatasetTableTaskMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(DatasetTableTaskExample example)intdeleteByExample(DatasetTableTaskExample example)intdeleteByPrimaryKey(String id)intinsert(DatasetTableTask record)intinsertSelective(DatasetTableTask record)List<DatasetTableTask>selectByExample(DatasetTableTaskExample example)DatasetTableTaskselectByPrimaryKey(String id)intupdateByExample(DatasetTableTask record, DatasetTableTaskExample example)intupdateByExampleSelective(DatasetTableTask record, DatasetTableTaskExample example)intupdateByPrimaryKey(DatasetTableTask record)intupdateByPrimaryKeySelective(DatasetTableTask record)
-
-
-
Method Detail
-
countByExample
long countByExample(DatasetTableTaskExample example)
-
deleteByExample
int deleteByExample(DatasetTableTaskExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(String id)
-
insert
int insert(DatasetTableTask record)
-
insertSelective
int insertSelective(DatasetTableTask record)
-
selectByExample
List<DatasetTableTask> selectByExample(DatasetTableTaskExample example)
-
selectByPrimaryKey
DatasetTableTask selectByPrimaryKey(String id)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") DatasetTableTask record, @Param("example") DatasetTableTaskExample example)
-
updateByExample
int updateByExample(@Param("record") DatasetTableTask record, @Param("example") DatasetTableTaskExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(DatasetTableTask record)
-
updateByPrimaryKey
int updateByPrimaryKey(DatasetTableTask record)
-
-