Interface UstraBatTaskExecMapper


@Mapper public interface UstraBatTaskExecMapper
  • Method Details

    • countByExample

      long countByExample(UstraBatTaskExecExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC
    • deleteByExample

      int deleteByExample(UstraBatTaskExecExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC
    • deleteByPrimaryKey

      int deleteByPrimaryKey(String taskExecId)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC
    • insert

      int insert(UstraBatTaskExec record)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC
    • insertSelective

      int insertSelective(UstraBatTaskExec record)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC
    • selectByExample

      List<UstraBatTaskExec> selectByExample(UstraBatTaskExecExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC
    • selectByPrimaryKey

      UstraBatTaskExec selectByPrimaryKey(String taskExecId)
      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

      int updateByPrimaryKeySelective(UstraBatTaskExec record)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC
    • updateByPrimaryKey

      int updateByPrimaryKey(UstraBatTaskExec record)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC