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.
|
long 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 row)
int insertSelective(Pkblobs row)
List<Pkblobs> selectByExampleWithBLOBs(PkblobsExample example)
List<Pkblobs> selectByExample(PkblobsExample example)
@Select(value={"select","ID, BLOB1, BLOB2, CHARACTERLOB","from PKBLOBS","where ID = #{id,jdbcType=INTEGER}"}) @ResultMap(value="mbg.test.mb3.generated.mixed.conditional.mapper.PkblobsMapper.ResultMapWithBLOBs") Pkblobs selectByPrimaryKey(Integer id)
int updateByExampleSelective(@Param(value="row") Pkblobs row, @Param(value="example") PkblobsExample example)
int updateByExampleWithBLOBs(@Param(value="row") Pkblobs row, @Param(value="example") PkblobsExample example)
int updateByExample(@Param(value="row") Pkblobs row, @Param(value="example") PkblobsExample example)
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–2024 MyBatis.org. All rights reserved.