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.intinsert(Pkfieldsblobs row) This 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.intupdateByExampleSelective(Pkfieldsblobs row, PkfieldsblobsExample example) This method was generated by MyBatis Generator.intupdateByExampleWithBLOBs(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.
-
Method Details
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
selectByExampleWithBLOBs
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
updateByExampleSelective
int updateByExampleSelective(@Param("row") Pkfieldsblobs row, @Param("example") PkfieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("row") Pkfieldsblobs row, @Param("example") PkfieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
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
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
updateByPrimaryKeyWithBLOBs
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
-