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") @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)
@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)
@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.