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