Interface UstraBatWrkrMapper


@Mapper public interface UstraBatWrkrMapper
  • Method Details

    • countByExample

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

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

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

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

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

      List<UstraBatWrkr> selectByExample(UstraBatWrkrExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR
    • selectByPrimaryKey

      UstraBatWrkr selectByPrimaryKey(String wrkrId)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR
    • updateByExampleSelective

      int updateByExampleSelective(@Param("record") UstraBatWrkr record, @Param("example") UstraBatWrkrExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR
    • updateByExample

      int updateByExample(@Param("record") UstraBatWrkr record, @Param("example") UstraBatWrkrExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR
    • updateByPrimaryKeySelective

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

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