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