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.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
@SelectProvider(type=FieldsblobsSqlProvider.class, method="countByExample") long countByExample(FieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
deleteByExample
@DeleteProvider(type=FieldsblobsSqlProvider.class, method="deleteByExample") int deleteByExample(FieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
insert
@Insert({"insert into FIELDSBLOBS (FIRSTNAME, LASTNAME, ","BLOB1, BLOB2, ","BLOB3)","values (#{firstname,jdbcType=VARCHAR}, #{lastname,jdbcType=VARCHAR}, ","#{blob1,jdbcType=VARBINARY}, #{blob2,jdbcType=VARBINARY}, ","#{blob3,jdbcType=BINARY})"}) int insert(Fieldsblobs row) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
insertSelective
@InsertProvider(type=FieldsblobsSqlProvider.class, method="insertSelective") int insertSelective(Fieldsblobs row) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
selectByExampleWithBLOBsWithRowbounds
@SelectProvider(type=FieldsblobsSqlProvider.class, method="selectByExampleWithBLOBs") @Result(column="FIRSTNAME",property="firstname",jdbcType=VARCHAR) @Result(column="LASTNAME",property="lastname",jdbcType=VARCHAR) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) @Result(column="BLOB2",property="blob2",jdbcType=VARBINARY) @Result(column="BLOB3",property="blob3",jdbcType=BINARY) 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
@SelectProvider(type=FieldsblobsSqlProvider.class, method="selectByExampleWithBLOBs") @Result(column="FIRSTNAME",property="firstname",jdbcType=VARCHAR) @Result(column="LASTNAME",property="lastname",jdbcType=VARCHAR) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) @Result(column="BLOB2",property="blob2",jdbcType=VARBINARY) @Result(column="BLOB3",property="blob3",jdbcType=BINARY) List<Fieldsblobs> selectByExampleWithBLOBs(FieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
selectByExampleWithRowbounds
@SelectProvider(type=FieldsblobsSqlProvider.class, method="selectByExample") @Result(column="FIRSTNAME",property="firstname",jdbcType=VARCHAR) @Result(column="LASTNAME",property="lastname",jdbcType=VARCHAR) 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
@SelectProvider(type=FieldsblobsSqlProvider.class, method="selectByExample") @Result(column="FIRSTNAME",property="firstname",jdbcType=VARCHAR) @Result(column="LASTNAME",property="lastname",jdbcType=VARCHAR) List<Fieldsblobs> selectByExample(FieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
updateByExampleSelective
@UpdateProvider(type=FieldsblobsSqlProvider.class, method="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
@UpdateProvider(type=FieldsblobsSqlProvider.class, method="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
@UpdateProvider(type=FieldsblobsSqlProvider.class, method="updateByExample") int updateByExample(@Param("row") Fieldsblobs row, @Param("example") FieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
-