接口 PlatformScriptMapper


public interface PlatformScriptMapper
  • 方法详细资料

    • countByExample

      int countByExample(PlatformScriptExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • deleteByPrimaryKey

      int deleteByPrimaryKey(PlatformScriptKey key)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • insert

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

      int insertSelective(PlatformScriptWithBLOBs record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • selectByExampleWithBLOBs

      List<PlatformScriptWithBLOBs> selectByExampleWithBLOBs(PlatformScriptExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • selectByExample

      List<PlatformScript> selectByExample(PlatformScriptExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • selectByPrimaryKey

      PlatformScriptWithBLOBs selectByPrimaryKey(PlatformScriptKey key)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • updateByExampleSelective

      int updateByExampleSelective(@Param("record") PlatformScriptWithBLOBs record, @Param("example") PlatformScriptExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • updateByExampleWithBLOBs

      int updateByExampleWithBLOBs(@Param("record") PlatformScriptWithBLOBs record, @Param("example") PlatformScriptExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • updateByExample

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

      int updateByPrimaryKeySelective(PlatformScriptWithBLOBs record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • updateByPrimaryKeyWithBLOBs

      int updateByPrimaryKeyWithBLOBs(PlatformScriptWithBLOBs record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • updateByPrimaryKey

      int updateByPrimaryKey(PlatformScript record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • selectByExample

      List<PlatformScript> selectByExample(PlatformScriptExample example, org.apache.ibatis.session.RowBounds rowBounds)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
    • selectByExampleWithBLOBs

      List<PlatformScriptWithBLOBs> selectByExampleWithBLOBs(PlatformScriptExample example, org.apache.ibatis.session.RowBounds rowBounds)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script