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