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