public interface GeneratedalwaystestMapper extends BaseInterface
Modifier and Type | Method and Description |
---|---|
long |
countByExample(GeneratedalwaystestCriteria example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(GeneratedalwaystestCriteria example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
|
int |
insert(Generatedalwaystest row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Generatedalwaystest row)
This method was generated by MyBatis Generator.
|
List<Generatedalwaystest> |
selectByExample(GeneratedalwaystestCriteria example)
This method was generated by MyBatis Generator.
|
List<Generatedalwaystest> |
selectByExampleWithBLOBs(GeneratedalwaystestCriteria example)
This method was generated by MyBatis Generator.
|
Generatedalwaystest |
selectByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Generatedalwaystest row,
GeneratedalwaystestCriteria example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Generatedalwaystest row,
GeneratedalwaystestCriteria example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(Generatedalwaystest row,
GeneratedalwaystestCriteria example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Generatedalwaystest row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Generatedalwaystest row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(Generatedalwaystest row)
This method was generated by MyBatis Generator.
|
@SelectProvider(type=GeneratedalwaystestSqlProvider.class, method="countByExample") long countByExample(GeneratedalwaystestCriteria example)
@DeleteProvider(type=GeneratedalwaystestSqlProvider.class, method="deleteByExample") int deleteByExample(GeneratedalwaystestCriteria example)
@Delete(value={"delete from GENERATEDALWAYSTEST","where ID = #{id,jdbcType=INTEGER}"}) int deleteByPrimaryKey(Integer id)
@Insert(value={"insert into GENERATEDALWAYSTEST (ID, NAME, ","BLOB1)","values (#{id,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, ","#{blob1,jdbcType=VARBINARY})"}) int insert(Generatedalwaystest row)
@InsertProvider(type=GeneratedalwaystestSqlProvider.class, method="insertSelective") int insertSelective(Generatedalwaystest row)
@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)
@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)
@Select(value={"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)
@UpdateProvider(type=GeneratedalwaystestSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param(value="row") Generatedalwaystest row, @Param(value="example") GeneratedalwaystestCriteria example)
@UpdateProvider(type=GeneratedalwaystestSqlProvider.class, method="updateByExampleWithBLOBs") int updateByExampleWithBLOBs(@Param(value="row") Generatedalwaystest row, @Param(value="example") GeneratedalwaystestCriteria example)
@UpdateProvider(type=GeneratedalwaystestSqlProvider.class, method="updateByExample") int updateByExample(@Param(value="row") Generatedalwaystest row, @Param(value="example") GeneratedalwaystestCriteria example)
@UpdateProvider(type=GeneratedalwaystestSqlProvider.class, method="updateByPrimaryKeySelective") int updateByPrimaryKeySelective(Generatedalwaystest row)
@Update(value={"update GENERATEDALWAYSTEST","set NAME = #{name,jdbcType=VARCHAR},","BLOB1 = #{blob1,jdbcType=VARBINARY}","where ID = #{id,jdbcType=INTEGER}"}) int updateByPrimaryKeyWithBLOBs(Generatedalwaystest row)
@Update(value={"update GENERATEDALWAYSTEST","set NAME = #{name,jdbcType=VARCHAR}","where ID = #{id,jdbcType=INTEGER}"}) int updateByPrimaryKey(Generatedalwaystest row)
Copyright © 2006–2022 MyBatis.org. All rights reserved.