Interface PkblobsMapper


@Mapper public interface PkblobsMapper
  • Method Details

    • countByExample

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

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

      int deleteByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • insert

      int insert(Pkblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • insertSelective

      int insertSelective(Pkblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • selectByExampleWithBLOBsWithRowbounds

      List<Pkblobs> selectByExampleWithBLOBsWithRowbounds(PkblobsExample example, org.apache.ibatis.session.RowBounds rowBounds)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • selectByExampleWithBLOBs

      List<Pkblobs> selectByExampleWithBLOBs(PkblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • selectByExampleWithRowbounds

      List<Pkblobs> selectByExampleWithRowbounds(PkblobsExample example, org.apache.ibatis.session.RowBounds rowBounds)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • selectByExample

      List<Pkblobs> selectByExample(PkblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • selectByPrimaryKey

      Pkblobs selectByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • updateByExampleSelective

      int updateByExampleSelective(@Param("row") Pkblobs row, @Param("example") PkblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • updateByExampleWithBLOBs

      int updateByExampleWithBLOBs(@Param("row") Pkblobs row, @Param("example") PkblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • updateByExample

      int updateByExample(@Param("row") Pkblobs row, @Param("example") PkblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • updateByPrimaryKeySelective

      int updateByPrimaryKeySelective(Pkblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • updateByPrimaryKeyWithBLOBs

      int updateByPrimaryKeyWithBLOBs(Pkblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS