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