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