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