public interface PkfieldsblobsMapper
Modifier and Type | Method and Description |
---|---|
long |
countByExample(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(PkfieldsblobsKey key)
This method was generated by MyBatis Generator.
|
int |
insert(Pkfieldsblobs row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkfieldsblobs row)
This method was generated by MyBatis Generator.
|
List<Pkfieldsblobs> |
selectByExample(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
List<Pkfieldsblobs> |
selectByExampleWithBLOBs(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
Pkfieldsblobs |
selectByPrimaryKey(PkfieldsblobsKey key)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Pkfieldsblobs row,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkfieldsblobs row,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(Pkfieldsblobs row,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Pkfieldsblobs row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Pkfieldsblobs row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(Pkfieldsblobs row)
This method was generated by MyBatis Generator.
|
@SelectProvider(type=PkfieldsblobsSqlProvider.class, method="countByExample") long countByExample(PkfieldsblobsExample example)
@DeleteProvider(type=PkfieldsblobsSqlProvider.class, method="deleteByExample") int deleteByExample(PkfieldsblobsExample example)
@Delete(value={"delete from PKFIELDSBLOBS","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) int deleteByPrimaryKey(PkfieldsblobsKey key)
@Insert(value={"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)
@InsertProvider(type=PkfieldsblobsSqlProvider.class, method="insertSelective") int insertSelective(Pkfieldsblobs row)
@SelectProvider(type=PkfieldsblobsSqlProvider.class, method="selectByExampleWithBLOBs") @Result(column="ID1",property="id1",jdbcType=INTEGER,id=true) @Result(column="ID2",property="id2",jdbcType=INTEGER,id=true) @Result(column="FIRSTNAME",property="firstname",jdbcType=VARCHAR) @Result(column="LASTNAME",property="lastname",jdbcType=VARCHAR) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) List<Pkfieldsblobs> selectByExampleWithBLOBs(PkfieldsblobsExample example)
@SelectProvider(type=PkfieldsblobsSqlProvider.class, method="selectByExample") @Result(column="ID1",property="id1",jdbcType=INTEGER,id=true) @Result(column="ID2",property="id2",jdbcType=INTEGER,id=true) @Result(column="FIRSTNAME",property="firstname",jdbcType=VARCHAR) @Result(column="LASTNAME",property="lastname",jdbcType=VARCHAR) List<Pkfieldsblobs> selectByExample(PkfieldsblobsExample example)
@Select(value={"select","ID1, ID2, FIRSTNAME, LASTNAME, BLOB1","from PKFIELDSBLOBS","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) @Result(column="ID1",property="id1",jdbcType=INTEGER,id=true) @Result(column="ID2",property="id2",jdbcType=INTEGER,id=true) @Result(column="FIRSTNAME",property="firstname",jdbcType=VARCHAR) @Result(column="LASTNAME",property="lastname",jdbcType=VARCHAR) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) Pkfieldsblobs selectByPrimaryKey(PkfieldsblobsKey key)
@UpdateProvider(type=PkfieldsblobsSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param(value="row") Pkfieldsblobs row, @Param(value="example") PkfieldsblobsExample example)
@UpdateProvider(type=PkfieldsblobsSqlProvider.class, method="updateByExampleWithBLOBs") int updateByExampleWithBLOBs(@Param(value="row") Pkfieldsblobs row, @Param(value="example") PkfieldsblobsExample example)
@UpdateProvider(type=PkfieldsblobsSqlProvider.class, method="updateByExample") int updateByExample(@Param(value="row") Pkfieldsblobs row, @Param(value="example") PkfieldsblobsExample example)
@UpdateProvider(type=PkfieldsblobsSqlProvider.class, method="updateByPrimaryKeySelective") int updateByPrimaryKeySelective(Pkfieldsblobs row)
@Update(value={"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)
@Update(value={"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)
Copyright © 2006–2023 MyBatis.org. All rights reserved.