Interface UstraBatTaskMapper


@Mapper public interface UstraBatTaskMapper
  • Method Details

    • countByExample

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

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

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

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

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

      List<UstraBatTask> selectByExample(UstraBatTaskExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK
    • selectByPrimaryKey

      UstraBatTask selectByPrimaryKey(String taskId)
      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

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

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