JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods
long
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
This method was generated by MyBatis Generator.
This method was generated by MyBatis Generator.
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
Method Details
countByExample
This method was generated by MyBatis Generator.
This method corresponds to the database table GENERATEDALWAYSTEST
deleteByExample
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
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
This method was generated by MyBatis Generator.
This method corresponds to the database table GENERATEDALWAYSTEST
updateByExampleWithBLOBs
This method was generated by MyBatis Generator.
This method corresponds to the database table GENERATEDALWAYSTEST
updateByExample
This method was generated by MyBatis Generator.
This method corresponds to the database table GENERATEDALWAYSTEST
updateByPrimaryKeySelective
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