Interface PkblobsMapper
public interface PkblobsMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(PkblobsExample example) This method was generated by MyBatis Generator.intdeleteByExample(PkblobsExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsert(PkblobsWithBLOBs row) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.selectByExample(PkblobsExample example) This method was generated by MyBatis Generator.selectByExampleWithBLOBs(PkblobsExample example) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(PkblobsKey row, PkblobsExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(PkblobsWithBLOBs row, PkblobsExample example) This method was generated by MyBatis Generator.intupdateByExampleWithBLOBs(PkblobsWithBLOBs row, PkblobsExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.
-
Method Details
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
deleteByPrimaryKey
@Delete({"delete from PKBLOBS","where ID = #{id,jdbcType=INTEGER}"}) int deleteByPrimaryKey(PkblobsKey key) This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
insert
@Insert({"insert into PKBLOBS (ID, BLOB1, ","BLOB2, CHARACTERLOB)","values (#{id,jdbcType=INTEGER}, #{blob1,jdbcType=VARBINARY}, ","#{blob2,jdbcType=VARBINARY}, #{characterlob,jdbcType=CLOB})"}) int insert(PkblobsWithBLOBs row) This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
selectByExampleWithBLOBs
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
selectByPrimaryKey
@Select({"select","ID, BLOB1, BLOB2, CHARACTERLOB","from PKBLOBS","where ID = #{id,jdbcType=INTEGER}"}) @ResultMap("mbg.test.mb3.generated.mixed.hierarchical.Immutable.Mapper.PkblobsMapper.ResultMapWithBLOBs") PkblobsWithBLOBs selectByPrimaryKey(PkblobsKey key) This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
updateByExampleSelective
int updateByExampleSelective(@Param("row") PkblobsWithBLOBs row, @Param("example") PkblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("row") PkblobsWithBLOBs row, @Param("example") PkblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
updateByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
updateByPrimaryKeyWithBLOBs
@Update({"update PKBLOBS","set BLOB1 = #{blob1,jdbcType=VARBINARY},","BLOB2 = #{blob2,jdbcType=VARBINARY},","CHARACTERLOB = #{characterlob,jdbcType=CLOB}","where ID = #{id,jdbcType=INTEGER}"}) int updateByPrimaryKeyWithBLOBs(PkblobsWithBLOBs row) This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
-