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