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