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