public interface PkblobsMapper
Modifier and Type | Method and Description |
---|---|
long |
countByExample(PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
|
int |
insert(Pkblobs row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkblobs row)
This method was generated by MyBatis Generator.
|
List<Pkblobs> |
selectByExample(PkblobsExample example)
This method was generated by MyBatis Generator.
|
List<Pkblobs> |
selectByExampleWithBLOBs(PkblobsExample example)
This method was generated by MyBatis Generator.
|
Pkblobs |
selectByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Pkblobs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkblobs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(Pkblobs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Pkblobs row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(Pkblobs row)
This method was generated by MyBatis Generator.
|
@SelectProvider(type=PkblobsSqlProvider.class, method="countByExample") long countByExample(PkblobsExample example)
@DeleteProvider(type=PkblobsSqlProvider.class, method="deleteByExample") int deleteByExample(PkblobsExample example)
@Delete(value={"delete from PKBLOBS","where ID = #{id,jdbcType=INTEGER}"}) int deleteByPrimaryKey(Integer id)
@Insert(value={"insert into PKBLOBS (ID, BLOB1, ","BLOB2, CHARACTERLOB)","values (#{id,jdbcType=INTEGER}, #{blob1,jdbcType=VARBINARY}, ","#{blob2,jdbcType=VARBINARY}, #{characterlob,jdbcType=CLOB})"}) int insert(Pkblobs row)
@InsertProvider(type=PkblobsSqlProvider.class, method="insertSelective") int insertSelective(Pkblobs row)
@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)
@SelectProvider(type=PkblobsSqlProvider.class, method="selectByExample") @Results(value=@Result(column="ID",property="id",jdbcType=INTEGER,id=true)) List<Pkblobs> selectByExample(PkblobsExample example)
@Select(value={"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)
@UpdateProvider(type=PkblobsSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param(value="row") Pkblobs row, @Param(value="example") PkblobsExample example)
@UpdateProvider(type=PkblobsSqlProvider.class, method="updateByExampleWithBLOBs") int updateByExampleWithBLOBs(@Param(value="row") Pkblobs row, @Param(value="example") PkblobsExample example)
@UpdateProvider(type=PkblobsSqlProvider.class, method="updateByExample") int updateByExample(@Param(value="row") Pkblobs row, @Param(value="example") PkblobsExample example)
@UpdateProvider(type=PkblobsSqlProvider.class, method="updateByPrimaryKeySelective") int updateByPrimaryKeySelective(Pkblobs row)
@Update(value={"update PKBLOBS","set BLOB1 = #{blob1,jdbcType=VARBINARY},","BLOB2 = #{blob2,jdbcType=VARBINARY},","CHARACTERLOB = #{characterlob,jdbcType=CLOB}","where ID = #{id,jdbcType=INTEGER}"}) int updateByPrimaryKeyWithBLOBs(Pkblobs row)
Copyright © 2006–2023 MyBatis.org. All rights reserved.