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