public interface FieldsblobsMapper
Modifier and Type | Method and Description |
---|---|
long |
countByExample(FieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(FieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
insert(FieldsblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(FieldsblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
List<Fieldsblobs> |
selectByExample(FieldsblobsExample example)
This method was generated by MyBatis Generator.
|
List<FieldsblobsWithBLOBs> |
selectByExampleWithBLOBs(FieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Fieldsblobs row,
FieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(FieldsblobsWithBLOBs row,
FieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(FieldsblobsWithBLOBs row,
FieldsblobsExample example)
This method was generated by MyBatis Generator.
|
@SelectProvider(type=FieldsblobsSqlProvider.class, method="countByExample") long countByExample(FieldsblobsExample example)
@DeleteProvider(type=FieldsblobsSqlProvider.class, method="deleteByExample") int deleteByExample(FieldsblobsExample example)
@Insert(value={"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)
@InsertProvider(type=FieldsblobsSqlProvider.class, method="insertSelective") int insertSelective(FieldsblobsWithBLOBs row)
@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<FieldsblobsWithBLOBs> selectByExampleWithBLOBs(FieldsblobsExample example)
@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)
@UpdateProvider(type=FieldsblobsSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param(value="row") FieldsblobsWithBLOBs row, @Param(value="example") FieldsblobsExample example)
@UpdateProvider(type=FieldsblobsSqlProvider.class, method="updateByExampleWithBLOBs") int updateByExampleWithBLOBs(@Param(value="row") FieldsblobsWithBLOBs row, @Param(value="example") FieldsblobsExample example)
@UpdateProvider(type=FieldsblobsSqlProvider.class, method="updateByExample") int updateByExample(@Param(value="row") Fieldsblobs row, @Param(value="example") FieldsblobsExample example)
Copyright © 2006–2022 MyBatis.org. All rights reserved.