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