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