Interface GeneratedalwaystestMapper

All Superinterfaces:
BaseInterface

public interface GeneratedalwaystestMapper extends BaseInterface
  • Method Details

    • countByExample

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

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

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

      @Insert({"insert into GENERATEDALWAYSTEST (ID, NAME, ","BLOB1)","values (#{id,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, ","#{blob1,jdbcType=VARBINARY})"}) int insert(Generatedalwaystest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • insertSelective

      @InsertProvider(type=GeneratedalwaystestSqlProvider.class, method="insertSelective") int insertSelective(Generatedalwaystest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • selectByExampleWithBLOBs

      @SelectProvider(type=GeneratedalwaystestSqlProvider.class, method="selectByExampleWithBLOBs") @Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="NAME",property="name",jdbcType=VARCHAR) @Result(column="ID_PLUS1",property="idPlus1",jdbcType=INTEGER) @Result(column="ID_PLUS2",property="idPlus2",jdbcType=INTEGER) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) List<Generatedalwaystest> selectByExampleWithBLOBs(GeneratedalwaystestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • selectByExample

      @SelectProvider(type=GeneratedalwaystestSqlProvider.class, method="selectByExample") @Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="NAME",property="name",jdbcType=VARCHAR) @Result(column="ID_PLUS1",property="idPlus1",jdbcType=INTEGER) @Result(column="ID_PLUS2",property="idPlus2",jdbcType=INTEGER) List<Generatedalwaystest> selectByExample(GeneratedalwaystestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • selectByPrimaryKey

      @Select({"select","ID, NAME, ID_PLUS1, ID_PLUS2, BLOB1","from GENERATEDALWAYSTEST","where ID = #{id,jdbcType=INTEGER}"}) @Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="NAME",property="name",jdbcType=VARCHAR) @Result(column="ID_PLUS1",property="idPlus1",jdbcType=INTEGER) @Result(column="ID_PLUS2",property="idPlus2",jdbcType=INTEGER) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) Generatedalwaystest selectByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • updateByExampleSelective

      @UpdateProvider(type=GeneratedalwaystestSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param("row") Generatedalwaystest row, @Param("example") GeneratedalwaystestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • updateByExampleWithBLOBs

      @UpdateProvider(type=GeneratedalwaystestSqlProvider.class, method="updateByExampleWithBLOBs") int updateByExampleWithBLOBs(@Param("row") Generatedalwaystest row, @Param("example") GeneratedalwaystestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • updateByExample

      @UpdateProvider(type=GeneratedalwaystestSqlProvider.class, method="updateByExample") int updateByExample(@Param("row") Generatedalwaystest row, @Param("example") GeneratedalwaystestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • updateByPrimaryKeySelective

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

      @Update({"update GENERATEDALWAYSTEST","set NAME = #{name,jdbcType=VARCHAR},","BLOB1 = #{blob1,jdbcType=VARBINARY}","where ID = #{id,jdbcType=INTEGER}"}) int updateByPrimaryKeyWithBLOBs(Generatedalwaystest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • updateByPrimaryKey

      @Update({"update GENERATEDALWAYSTEST","set NAME = #{name,jdbcType=VARCHAR}","where ID = #{id,jdbcType=INTEGER}"}) int updateByPrimaryKey(Generatedalwaystest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST