Interface UstraBatTaskMapper
@Mapper
public interface UstraBatTaskMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(UstraBatTaskExample example) This method was generated by MyBatis Generator.intdeleteByExample(UstraBatTaskExample example) This method was generated by MyBatis Generator.intdeleteByPrimaryKey(String taskId) This method was generated by MyBatis Generator.intinsert(UstraBatTask record) This method was generated by MyBatis Generator.intinsertSelective(UstraBatTask record) This method was generated by MyBatis Generator.selectByExample(UstraBatTaskExample example) This method was generated by MyBatis Generator.selectByPrimaryKey(String taskId) This method was generated by MyBatis Generator.intupdateByExample(UstraBatTask record, UstraBatTaskExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(UstraBatTask record, UstraBatTaskExample example) This method was generated by MyBatis Generator.intupdateByPrimaryKey(UstraBatTask 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 USTRA_BAT_TASK -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK -
updateByExampleSelective
int updateByExampleSelective(@Param("record") UstraBatTask record, @Param("example") UstraBatTaskExample example) This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK -
updateByExample
int updateByExample(@Param("record") UstraBatTask record, @Param("example") UstraBatTaskExample example) This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK
-