Interface UstraBatTaskExecParamMapper
@Mapper
public interface UstraBatTaskExecParamMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsert(UstraBatTaskExecParam record) This method was generated by MyBatis Generator.intinsertSelective(UstraBatTaskExecParam record) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(UstraBatTaskExecParam record, UstraBatTaskExecParamExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(UstraBatTaskExecParam record, UstraBatTaskExecParamExample example) This method was generated by MyBatis Generator.intThis 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_EXEC_PARAM -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
updateByExampleSelective
int updateByExampleSelective(@Param("record") UstraBatTaskExecParam record, @Param("example") UstraBatTaskExecParamExample example) This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
updateByExample
int updateByExample(@Param("record") UstraBatTaskExecParam record, @Param("example") UstraBatTaskExecParamExample example) This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM
-