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