public interface SysLogMapper
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(SysLogExample example) |
int |
deleteByExample(SysLogExample example) |
int |
deleteByPrimaryKey(Long id) |
int |
insert(SysLogWithBLOBs record) |
int |
insertSelective(SysLogWithBLOBs record) |
List<SysLog> |
selectByExample(SysLogExample example) |
List<SysLogWithBLOBs> |
selectByExampleWithBLOBs(SysLogExample example) |
SysLogWithBLOBs |
selectByPrimaryKey(Long id) |
int |
updateByExample(SysLog record,
SysLogExample example) |
int |
updateByExampleSelective(SysLogWithBLOBs record,
SysLogExample example) |
int |
updateByExampleWithBLOBs(SysLogWithBLOBs record,
SysLogExample example) |
int |
updateByPrimaryKey(SysLog record) |
int |
updateByPrimaryKeySelective(SysLogWithBLOBs record) |
int |
updateByPrimaryKeyWithBLOBs(SysLogWithBLOBs record) |
long countByExample(SysLogExample example)
int deleteByExample(SysLogExample example)
int deleteByPrimaryKey(Long id)
int insert(SysLogWithBLOBs record)
int insertSelective(SysLogWithBLOBs record)
List<SysLogWithBLOBs> selectByExampleWithBLOBs(SysLogExample example)
List<SysLog> selectByExample(SysLogExample example)
SysLogWithBLOBs selectByPrimaryKey(Long id)
int updateByExampleSelective(@Param(value="record")
SysLogWithBLOBs record,
@Param(value="example")
SysLogExample example)
int updateByExampleWithBLOBs(@Param(value="record")
SysLogWithBLOBs record,
@Param(value="example")
SysLogExample example)
int updateByExample(@Param(value="record")
SysLog record,
@Param(value="example")
SysLogExample example)
int updateByPrimaryKeySelective(SysLogWithBLOBs record)
int updateByPrimaryKeyWithBLOBs(SysLogWithBLOBs record)
int updateByPrimaryKey(SysLog record)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.