public interface LogMapper
extends com.viontech.keliu.base.BaseMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByExample(LogExample example) |
int |
deleteByExample(LogExample example) |
int |
deleteByPrimaryKey(Long id) |
int |
insert(Log record) |
int |
insertSelective(Log record) |
List<Log> |
selectByExample(LogExample example) |
Log |
selectByPrimaryKey(Long id) |
int |
updateByExample(Log record,
LogExample example) |
int |
updateByExampleSelective(Log record,
LogExample example) |
int |
updateByPrimaryKey(Log record) |
int |
updateByPrimaryKeySelective(Log record) |
int countByExample(LogExample example)
int deleteByExample(LogExample example)
int deleteByPrimaryKey(Long id)
int insert(Log record)
int insertSelective(Log record)
List<Log> selectByExample(LogExample example)
int updateByExampleSelective(@Param(value="record")
Log record,
@Param(value="example")
LogExample example)
int updateByExample(@Param(value="record")
Log record,
@Param(value="example")
LogExample example)
int updateByPrimaryKeySelective(Log record)
int updateByPrimaryKey(Log record)
Copyright © 2019. All rights reserved.