Interface FieldsblobsMapper
@Mapper
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.intinsert(Fieldsblobs row) This 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.selectByExampleWithBLOBsWithRowbounds(FieldsblobsExample example, org.apache.ibatis.session.RowBounds rowBounds) This method was generated by MyBatis Generator.selectByExampleWithRowbounds(FieldsblobsExample example, org.apache.ibatis.session.RowBounds rowBounds) This method was generated by MyBatis Generator.intupdateByExample(Fieldsblobs row, FieldsblobsExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(Fieldsblobs row, FieldsblobsExample example) This method was generated by MyBatis Generator.intupdateByExampleWithBLOBs(Fieldsblobs 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 -
selectByExampleWithBLOBsWithRowbounds
List<Fieldsblobs> selectByExampleWithBLOBsWithRowbounds(FieldsblobsExample example, org.apache.ibatis.session.RowBounds rowBounds) 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 -
selectByExampleWithRowbounds
List<Fieldsblobs> selectByExampleWithRowbounds(FieldsblobsExample example, org.apache.ibatis.session.RowBounds rowBounds) 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") Fieldsblobs 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") Fieldsblobs 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
-