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