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(PkblobsKey key)
This method was generated by MyBatis Generator.
|
int |
insert(PkblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(PkblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
List<PkblobsKey> |
selectByExample(PkblobsExample example)
This method was generated by MyBatis Generator.
|
List<PkblobsWithBLOBs> |
selectByExampleWithBLOBs(PkblobsExample example)
This method was generated by MyBatis Generator.
|
PkblobsWithBLOBs |
selectByPrimaryKey(PkblobsKey key)
This method was generated by MyBatis Generator.
|
int |
updateByExample(PkblobsKey row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(PkblobsWithBLOBs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(PkblobsWithBLOBs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(PkblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(PkblobsWithBLOBs 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(PkblobsKey key)
@Insert(value={"insert into PKBLOBS (ID, BLOB1, ","BLOB2, CHARACTERLOB)","values (#{id,jdbcType=INTEGER}, #{blob1,jdbcType=VARBINARY}, ","#{blob2,jdbcType=VARBINARY}, #{characterlob,jdbcType=CLOB})"}) int insert(PkblobsWithBLOBs row)
int insertSelective(PkblobsWithBLOBs row)
List<PkblobsWithBLOBs> selectByExampleWithBLOBs(PkblobsExample example)
List<PkblobsKey> selectByExample(PkblobsExample example)
@Select(value={"select","ID, BLOB1, BLOB2, CHARACTERLOB","from PKBLOBS","where ID = #{id,jdbcType=INTEGER}"}) @ResultMap(value="mbg.test.mb3.generated.mixed.hierarchical.mapper.PkblobsMapper.ResultMapWithBLOBs") PkblobsWithBLOBs selectByPrimaryKey(PkblobsKey key)
int updateByExampleSelective(@Param(value="row") PkblobsWithBLOBs row, @Param(value="example") PkblobsExample example)
int updateByExampleWithBLOBs(@Param(value="row") PkblobsWithBLOBs row, @Param(value="example") PkblobsExample example)
int updateByExample(@Param(value="row") PkblobsKey row, @Param(value="example") PkblobsExample example)
int updateByPrimaryKeySelective(PkblobsWithBLOBs 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(PkblobsWithBLOBs row)
Copyright © 2006–2024 MyBatis.org. All rights reserved.