Interface PkblobsMapper


public interface PkblobsMapper
  • Method Details

    • countByExample

      @SelectProvider(type=PkblobsSqlProvider.class, method="countByExample") long countByExample(PkblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • deleteByExample

      @DeleteProvider(type=PkblobsSqlProvider.class, method="deleteByExample") int deleteByExample(PkblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • deleteByPrimaryKey

      @Delete({"delete from PKBLOBS","where ID = #{id,jdbcType=INTEGER}"}) int deleteByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • insert

      @Insert({"insert into PKBLOBS (ID, BLOB1, ","BLOB2, CHARACTERLOB)","values (#{id,jdbcType=INTEGER}, #{blob1,jdbcType=VARBINARY}, ","#{blob2,jdbcType=VARBINARY}, #{characterlob,jdbcType=CLOB})"}) int insert(Pkblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • insertSelective

      @InsertProvider(type=PkblobsSqlProvider.class, method="insertSelective") int insertSelective(Pkblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • selectByExampleWithBLOBsWithRowbounds

      @SelectProvider(type=PkblobsSqlProvider.class, method="selectByExampleWithBLOBs") @Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) @Result(column="BLOB2",property="blob2",jdbcType=VARBINARY) @Result(column="CHARACTERLOB",property="characterlob",jdbcType=CLOB) 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

      @SelectProvider(type=PkblobsSqlProvider.class, method="selectByExampleWithBLOBs") @Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) @Result(column="BLOB2",property="blob2",jdbcType=VARBINARY) @Result(column="CHARACTERLOB",property="characterlob",jdbcType=CLOB) List<Pkblobs> selectByExampleWithBLOBs(PkblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • selectByExampleWithRowbounds

      @SelectProvider(type=PkblobsSqlProvider.class, method="selectByExample") @Results(@Result(column="ID",property="id",jdbcType=INTEGER,id=true)) 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

      @SelectProvider(type=PkblobsSqlProvider.class, method="selectByExample") @Results(@Result(column="ID",property="id",jdbcType=INTEGER,id=true)) List<Pkblobs> selectByExample(PkblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • selectByPrimaryKey

      @Select({"select","ID, BLOB1, BLOB2, CHARACTERLOB","from PKBLOBS","where ID = #{id,jdbcType=INTEGER}"}) @Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) @Result(column="BLOB2",property="blob2",jdbcType=VARBINARY) @Result(column="CHARACTERLOB",property="characterlob",jdbcType=CLOB) Pkblobs selectByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • updateByExampleSelective

      @UpdateProvider(type=PkblobsSqlProvider.class, method="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

      @UpdateProvider(type=PkblobsSqlProvider.class, method="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

      @UpdateProvider(type=PkblobsSqlProvider.class, method="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

      @UpdateProvider(type=PkblobsSqlProvider.class, method="updateByPrimaryKeySelective") int updateByPrimaryKeySelective(Pkblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • updateByPrimaryKeyWithBLOBs

      @Update({"update PKBLOBS","set BLOB1 = #{blob1,jdbcType=VARBINARY},","BLOB2 = #{blob2,jdbcType=VARBINARY},","CHARACTERLOB = #{characterlob,jdbcType=CLOB}","where ID = #{id,jdbcType=INTEGER}"}) int updateByPrimaryKeyWithBLOBs(Pkblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS