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