Interface PanelSubjectMapper
-
public interface PanelSubjectMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(PanelSubjectExample example)intdeleteByExample(PanelSubjectExample example)intdeleteByPrimaryKey(String id)intinsert(PanelSubject record)intinsertSelective(PanelSubject record)List<PanelSubject>selectByExample(PanelSubjectExample example)List<PanelSubject>selectByExampleWithBLOBs(PanelSubjectExample example)PanelSubjectselectByPrimaryKey(String id)intupdateByExample(PanelSubject record, PanelSubjectExample example)intupdateByExampleSelective(PanelSubject record, PanelSubjectExample example)intupdateByExampleWithBLOBs(PanelSubject record, PanelSubjectExample example)intupdateByPrimaryKey(PanelSubject record)intupdateByPrimaryKeySelective(PanelSubject record)intupdateByPrimaryKeyWithBLOBs(PanelSubject record)
-
-
-
Method Detail
-
countByExample
long countByExample(PanelSubjectExample example)
-
deleteByExample
int deleteByExample(PanelSubjectExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(String id)
-
insert
int insert(PanelSubject record)
-
insertSelective
int insertSelective(PanelSubject record)
-
selectByExampleWithBLOBs
List<PanelSubject> selectByExampleWithBLOBs(PanelSubjectExample example)
-
selectByExample
List<PanelSubject> selectByExample(PanelSubjectExample example)
-
selectByPrimaryKey
PanelSubject selectByPrimaryKey(String id)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") PanelSubject record, @Param("example") PanelSubjectExample example)
-
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") PanelSubject record, @Param("example") PanelSubjectExample example)
-
updateByExample
int updateByExample(@Param("record") PanelSubject record, @Param("example") PanelSubjectExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(PanelSubject record)
-
updateByPrimaryKeyWithBLOBs
int updateByPrimaryKeyWithBLOBs(PanelSubject record)
-
updateByPrimaryKey
int updateByPrimaryKey(PanelSubject record)
-
-