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
@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(FieldsblobsWithBLOBs 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(FieldsblobsWithBLOBs row) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
selectByExampleWithBLOBs
@SelectProvider(type=FieldsblobsSqlProvider.class, method="selectByExampleWithBLOBs") @Arg(column="FIRSTNAME",javaType=java.lang.String.class,jdbcType=VARCHAR) @Arg(column="LASTNAME",javaType=java.lang.String.class,jdbcType=VARCHAR) @Arg(column="BLOB1",javaType=byte[][].class,jdbcType=VARBINARY) @Arg(column="BLOB2",javaType=byte[][].class,jdbcType=VARBINARY) @Arg(column="BLOB3",javaType=byte[][].class,jdbcType=BINARY) List<FieldsblobsWithBLOBs> selectByExampleWithBLOBs(FieldsblobsExample example) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
selectByExample
@SelectProvider(type=FieldsblobsSqlProvider.class, method="selectByExample") @Arg(column="FIRSTNAME",javaType=java.lang.String.class,jdbcType=VARCHAR) @Arg(column="LASTNAME",javaType=java.lang.String.class,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") FieldsblobsWithBLOBs 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") FieldsblobsWithBLOBs 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
-