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