public interface PkblobsMapper
| Modifier and Type | Method and Description |
|---|---|
int |
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 record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkblobs record)
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.
|
List<Pkblobs> |
selectByExampleWithBLOBsWithRowbounds(PkblobsExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
List<Pkblobs> |
selectByExampleWithRowbounds(PkblobsExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
Pkblobs |
selectByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Pkblobs record,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkblobs record,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(Pkblobs record,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Pkblobs record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(Pkblobs record)
This method was generated by MyBatis Generator.
|
int countByExample(PkblobsExample example)
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 record)
int insertSelective(Pkblobs record)
List<Pkblobs> selectByExampleWithBLOBsWithRowbounds(PkblobsExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkblobs> selectByExampleWithBLOBs(PkblobsExample example)
List<Pkblobs> selectByExampleWithRowbounds(PkblobsExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkblobs> selectByExample(PkblobsExample example)
@Select(value={"select","ID, BLOB1, BLOB2, CHARACTERLOB","from PKBLOBS","where ID = #{id,jdbcType=INTEGER}"})
@ResultMap(value="ResultMapWithBLOBs")
Pkblobs selectByPrimaryKey(Integer id)
int updateByExampleSelective(@Param(value="record")
Pkblobs record,
@Param(value="example")
PkblobsExample example)
int updateByExampleWithBLOBs(@Param(value="record")
Pkblobs record,
@Param(value="example")
PkblobsExample example)
int updateByExample(@Param(value="record")
Pkblobs record,
@Param(value="example")
PkblobsExample example)
int updateByPrimaryKeySelective(Pkblobs record)
@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 record)
Copyright © 2010–2022 MyBatis.org. All rights reserved.