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