Interface UstraBatTaskWrkrMapper
@Mapper
public interface UstraBatTaskWrkrMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(UstraBatTaskWrkrExample example) This method was generated by MyBatis Generator.intdeleteByExample(UstraBatTaskWrkrExample example) This method was generated by MyBatis Generator.intinsert(UstraBatTaskWrkr record) This method was generated by MyBatis Generator.intinsertSelective(UstraBatTaskWrkr record) This method was generated by MyBatis Generator.selectByExample(UstraBatTaskWrkrExample example) This method was generated by MyBatis Generator.intupdateByExample(UstraBatTaskWrkr record, UstraBatTaskWrkrExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(UstraBatTaskWrkr record, UstraBatTaskWrkrExample example) This method was generated by MyBatis Generator.
-
Method Details
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR -
updateByExampleSelective
int updateByExampleSelective(@Param("record") UstraBatTaskWrkr record, @Param("example") UstraBatTaskWrkrExample example) This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR -
updateByExample
int updateByExample(@Param("record") UstraBatTaskWrkr record, @Param("example") UstraBatTaskWrkrExample example) This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR
-