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