Interface UstraBatTaskSchdlMapper
@Mapper
public interface UstraBatTaskSchdlMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(UstraBatTaskSchdlExample example) This method was generated by MyBatis Generator.intdeleteByExample(UstraBatTaskSchdlExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsert(UstraBatTaskSchdl record) This method was generated by MyBatis Generator.intinsertSelective(UstraBatTaskSchdl record) This method was generated by MyBatis Generator.selectByExample(UstraBatTaskSchdlExample example) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(UstraBatTaskSchdl record, UstraBatTaskSchdlExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(UstraBatTaskSchdl record, UstraBatTaskSchdlExample example) This method was generated by MyBatis Generator.intupdateByPrimaryKey(UstraBatTaskSchdl record) This method was generated by MyBatis Generator.intThis 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_SCHDL -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL -
updateByExampleSelective
int updateByExampleSelective(@Param("record") UstraBatTaskSchdl record, @Param("example") UstraBatTaskSchdlExample example) This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL -
updateByExample
int updateByExample(@Param("record") UstraBatTaskSchdl record, @Param("example") UstraBatTaskSchdlExample example) This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL
-