Interface AreaMappingMapper
-
public interface AreaMappingMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(AreaMappingExample example)intdeleteByExample(AreaMappingExample example)intdeleteByPrimaryKey(Long id)intinsert(AreaMapping record)intinsertSelective(AreaMapping record)List<AreaMapping>selectByExample(AreaMappingExample example)AreaMappingselectByPrimaryKey(Long id)intupdateByExample(AreaMapping record, AreaMappingExample example)intupdateByExampleSelective(AreaMapping record, AreaMappingExample example)intupdateByPrimaryKey(AreaMapping record)intupdateByPrimaryKeySelective(AreaMapping record)
-
-
-
Method Detail
-
countByExample
long countByExample(AreaMappingExample example)
-
deleteByExample
int deleteByExample(AreaMappingExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(Long id)
-
insert
int insert(AreaMapping record)
-
insertSelective
int insertSelective(AreaMapping record)
-
selectByExample
List<AreaMapping> selectByExample(AreaMappingExample example)
-
selectByPrimaryKey
AreaMapping selectByPrimaryKey(Long id)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") AreaMapping record, @Param("example") AreaMappingExample example)
-
updateByExample
int updateByExample(@Param("record") AreaMapping record, @Param("example") AreaMappingExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(AreaMapping record)
-
updateByPrimaryKey
int updateByPrimaryKey(AreaMapping record)
-
-