Interface FieldsblobsMapper
public interface FieldsblobsMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(FieldsblobsExample example) This method was generated by MyBatis Generator.intdeleteByExample(FieldsblobsExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.selectByExample(FieldsblobsExample example) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(Fieldsblobs row, FieldsblobsExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(FieldsblobsWithBLOBs row, FieldsblobsExample example) This method was generated by MyBatis Generator.intupdateByExampleWithBLOBs(FieldsblobsWithBLOBs row, FieldsblobsExample example) This method was generated by MyBatis Generator.
-
Method Details
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
selectByExampleWithBLOBs
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
updateByExampleSelective
int updateByExampleSelective(@Param("row") FieldsblobsWithBLOBs row, @Param("example") FieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("row") FieldsblobsWithBLOBs row, @Param("example") FieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
updateByExample
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
-