Interface PkfieldsblobsMapper


public interface PkfieldsblobsMapper
  • Method Details

    • countByExample

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

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

      @Delete({"delete from PKFIELDSBLOBS","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) int deleteByPrimaryKey(@Param("id1") Integer id1, @Param("id2") Integer id2)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
    • insert

      @Insert({"insert into PKFIELDSBLOBS (ID1, ID2, ","FIRSTNAME, LASTNAME, ","BLOB1)","values (#{id1,jdbcType=INTEGER}, #{id2,jdbcType=INTEGER}, ","#{firstname,jdbcType=VARCHAR}, #{lastname,jdbcType=VARCHAR}, ","#{blob1,jdbcType=VARBINARY})"}) int insert(Pkfieldsblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
    • insertSelective

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

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

      List<Pkfieldsblobs> selectByExampleWithBLOBs(PkfieldsblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
    • selectByExampleWithRowbounds

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

      List<Pkfieldsblobs> selectByExample(PkfieldsblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
    • selectByPrimaryKey

      @Select({"select","ID1, ID2, FIRSTNAME, LASTNAME, BLOB1","from PKFIELDSBLOBS","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) @ResultMap("mbg.test.mb3.generated.mixed.flat.mapper.PkfieldsblobsMapper.ResultMapWithBLOBs") Pkfieldsblobs selectByPrimaryKey(@Param("id1") Integer id1, @Param("id2") Integer id2)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
    • updateByExampleSelective

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

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

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

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

      @Update({"update PKFIELDSBLOBS","set FIRSTNAME = #{firstname,jdbcType=VARCHAR},","LASTNAME = #{lastname,jdbcType=VARCHAR},","BLOB1 = #{blob1,jdbcType=VARBINARY}","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) int updateByPrimaryKeyWithBLOBs(Pkfieldsblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
    • updateByPrimaryKey

      @Update({"update PKFIELDSBLOBS","set FIRSTNAME = #{firstname,jdbcType=VARCHAR},","LASTNAME = #{lastname,jdbcType=VARCHAR}","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) int updateByPrimaryKey(Pkfieldsblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS