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