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