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