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