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