Interface PkfieldsblobsMapper
public interface PkfieldsblobsMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(PkfieldsblobsExample example) This method was generated by MyBatis Generator.intdeleteByExample(PkfieldsblobsExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.selectByExample(PkfieldsblobsExample example) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(Pkfieldsblobs row, PkfieldsblobsExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.
-
Method Details
-
countByExample
@SelectProvider(type=PkfieldsblobsSqlProvider.class, method="countByExample") long countByExample(PkfieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
deleteByExample
@DeleteProvider(type=PkfieldsblobsSqlProvider.class, method="deleteByExample") int deleteByExample(PkfieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
deleteByPrimaryKey
@Delete({"delete from PKFIELDSBLOBS","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) int deleteByPrimaryKey(PkfieldsblobsKey key) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
insert
@Insert({"insert into PKFIELDSBLOBS (ID1, ID2, ","FIRSTNAME, LASTNAME, ","BLOB1)","values (#{id1,jdbcType=INTEGER}, #{id2,jdbcType=INTEGER}, ","#{firstname,jdbcType=VARCHAR}, #{lastname,jdbcType=VARCHAR}, ","#{blob1,jdbcType=VARBINARY})"}) int insert(PkfieldsblobsWithBLOBs row) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
insertSelective
@InsertProvider(type=PkfieldsblobsSqlProvider.class, method="insertSelective") int insertSelective(PkfieldsblobsWithBLOBs row) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
selectByExampleWithBLOBs
@SelectProvider(type=PkfieldsblobsSqlProvider.class, method="selectByExampleWithBLOBs") @Arg(column="A_ID1",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true) @Arg(column="A_ID2",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true) @Arg(column="A_FIRSTNAME",javaType=java.lang.String.class,jdbcType=VARCHAR) @Arg(column="A_LASTNAME",javaType=java.lang.String.class,jdbcType=VARCHAR) @Arg(column="A_BLOB1",javaType=byte[][].class,jdbcType=VARBINARY) List<PkfieldsblobsWithBLOBs> selectByExampleWithBLOBs(PkfieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
selectByExample
@SelectProvider(type=PkfieldsblobsSqlProvider.class, method="selectByExample") @Arg(column="A_ID1",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true) @Arg(column="A_ID2",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true) @Arg(column="A_FIRSTNAME",javaType=java.lang.String.class,jdbcType=VARCHAR) @Arg(column="A_LASTNAME",javaType=java.lang.String.class,jdbcType=VARCHAR) List<Pkfieldsblobs> selectByExample(PkfieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
selectByPrimaryKey
@Select({"select","A.ID1 as A_ID1, A.ID2 as A_ID2, A.FIRSTNAME as A_FIRSTNAME, A.LASTNAME as A_LASTNAME, ","A.BLOB1 as A_BLOB1","from PKFIELDSBLOBS A","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) @Arg(column="A_ID1",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true) @Arg(column="A_ID2",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true) @Arg(column="A_FIRSTNAME",javaType=java.lang.String.class,jdbcType=VARCHAR) @Arg(column="A_LASTNAME",javaType=java.lang.String.class,jdbcType=VARCHAR) @Arg(column="A_BLOB1",javaType=byte[][].class,jdbcType=VARBINARY) PkfieldsblobsWithBLOBs selectByPrimaryKey(PkfieldsblobsKey key) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
updateByExampleSelective
@UpdateProvider(type=PkfieldsblobsSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param("row") PkfieldsblobsWithBLOBs row, @Param("example") PkfieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
updateByExampleWithBLOBs
@UpdateProvider(type=PkfieldsblobsSqlProvider.class, method="updateByExampleWithBLOBs") int updateByExampleWithBLOBs(@Param("row") PkfieldsblobsWithBLOBs row, @Param("example") PkfieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
updateByExample
@UpdateProvider(type=PkfieldsblobsSqlProvider.class, method="updateByExample") int updateByExample(@Param("row") Pkfieldsblobs row, @Param("example") PkfieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
updateByPrimaryKeySelective
@UpdateProvider(type=PkfieldsblobsSqlProvider.class, method="updateByPrimaryKeySelective") int updateByPrimaryKeySelective(PkfieldsblobsWithBLOBs row) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
updateByPrimaryKeyWithBLOBs
@Update({"update PKFIELDSBLOBS","set FIRSTNAME = #{firstname,jdbcType=VARCHAR},","LASTNAME = #{lastname,jdbcType=VARCHAR},","BLOB1 = #{blob1,jdbcType=VARBINARY}","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) int updateByPrimaryKeyWithBLOBs(PkfieldsblobsWithBLOBs row) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
updateByPrimaryKey
@Update({"update PKFIELDSBLOBS","set FIRSTNAME = #{firstname,jdbcType=VARCHAR},","LASTNAME = #{lastname,jdbcType=VARCHAR}","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) int updateByPrimaryKey(Pkfieldsblobs row) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
-