Interface PanelGroupExtendDataMapper
-
public interface PanelGroupExtendDataMapper
-
-
Method Summary
-
-
-
Method Detail
-
countByExample
long countByExample(PanelGroupExtendDataExample example)
-
deleteByExample
int deleteByExample(PanelGroupExtendDataExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(String id)
-
insert
int insert(PanelGroupExtendData record)
-
insertSelective
int insertSelective(PanelGroupExtendData record)
-
selectByExampleWithBLOBs
List<PanelGroupExtendData> selectByExampleWithBLOBs(PanelGroupExtendDataExample example)
-
selectByExample
List<PanelGroupExtendData> selectByExample(PanelGroupExtendDataExample example)
-
selectByPrimaryKey
PanelGroupExtendData selectByPrimaryKey(String id)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") PanelGroupExtendData record, @Param("example") PanelGroupExtendDataExample example)
-
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") PanelGroupExtendData record, @Param("example") PanelGroupExtendDataExample example)
-
updateByExample
int updateByExample(@Param("record") PanelGroupExtendData record, @Param("example") PanelGroupExtendDataExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(PanelGroupExtendData record)
-
updateByPrimaryKeyWithBLOBs
int updateByPrimaryKeyWithBLOBs(PanelGroupExtendData record)
-
updateByPrimaryKey
int updateByPrimaryKey(PanelGroupExtendData record)
-
-