Interface PkblobsMapper
@Mapper
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.intThis method was generated by MyBatis Generator.intinsertSelective(Pkblobs row) This 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.selectByExampleWithBLOBsWithRowbounds(PkblobsExample example, org.apache.ibatis.session.RowBounds rowBounds) This method was generated by MyBatis Generator.selectByExampleWithRowbounds(PkblobsExample example, org.apache.ibatis.session.RowBounds rowBounds) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(Pkblobs row, PkblobsExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(Pkblobs row, PkblobsExample example) This method was generated by MyBatis Generator.intupdateByExampleWithBLOBs(Pkblobs 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
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
insert
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 -
selectByExampleWithBLOBsWithRowbounds
List<Pkblobs> selectByExampleWithBLOBsWithRowbounds(PkblobsExample example, org.apache.ibatis.session.RowBounds rowBounds) 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 -
selectByExampleWithRowbounds
List<Pkblobs> selectByExampleWithRowbounds(PkblobsExample example, org.apache.ibatis.session.RowBounds rowBounds) 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
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
updateByExampleSelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
updateByExampleWithBLOBs
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
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
-