Interface PkblobsMapper


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(PkblobsKey key)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • insert

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

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

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

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

      PkblobsWithBLOBs selectByPrimaryKey(PkblobsKey key)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • updateByExampleSelective

      int updateByExampleSelective(@Param("row") PkblobsWithBLOBs 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") PkblobsWithBLOBs 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") PkblobsKey row, @Param("example") PkblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • updateByPrimaryKeySelective

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

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