public interface PkblobsMapper
Modifier and Type | Method and Description |
---|---|
long |
countByExample(PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(PkblobsKey key)
This method was generated by MyBatis Generator.
|
int |
insert(PkblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(PkblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
List<PkblobsKey> |
selectByExample(PkblobsExample example)
This method was generated by MyBatis Generator.
|
List<PkblobsWithBLOBs> |
selectByExampleWithBLOBs(PkblobsExample example)
This method was generated by MyBatis Generator.
|
PkblobsWithBLOBs |
selectByPrimaryKey(PkblobsKey key)
This method was generated by MyBatis Generator.
|
int |
updateByExample(PkblobsKey row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(PkblobsWithBLOBs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(PkblobsWithBLOBs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(PkblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(PkblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
@SelectProvider(type=PkblobsSqlProvider.class, method="countByExample") long countByExample(PkblobsExample example)
@DeleteProvider(type=PkblobsSqlProvider.class, method="deleteByExample") int deleteByExample(PkblobsExample example)
@Delete(value={"delete from PKBLOBS","where ID = #{id,jdbcType=INTEGER}"}) int deleteByPrimaryKey(PkblobsKey key)
@Insert(value={"insert into PKBLOBS (ID, BLOB1, ","BLOB2, CHARACTERLOB)","values (#{id,jdbcType=INTEGER}, #{blob1,jdbcType=VARBINARY}, ","#{blob2,jdbcType=VARBINARY}, #{characterlob,jdbcType=CLOB})"}) int insert(PkblobsWithBLOBs row)
@InsertProvider(type=PkblobsSqlProvider.class, method="insertSelective") int insertSelective(PkblobsWithBLOBs row)
@SelectProvider(type=PkblobsSqlProvider.class, method="selectByExampleWithBLOBs") @Arg(column="ID",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true) @Arg(column="BLOB1",javaType=byte[].class,jdbcType=VARBINARY) @Arg(column="BLOB2",javaType=byte[].class,jdbcType=VARBINARY) @Arg(column="CHARACTERLOB",javaType=java.lang.String.class,jdbcType=CLOB) List<PkblobsWithBLOBs> selectByExampleWithBLOBs(PkblobsExample example)
@SelectProvider(type=PkblobsSqlProvider.class, method="selectByExample") @ConstructorArgs(value=@Arg(column="ID",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true)) List<PkblobsKey> selectByExample(PkblobsExample example)
@Select(value={"select","ID, BLOB1, BLOB2, CHARACTERLOB","from PKBLOBS","where ID = #{id,jdbcType=INTEGER}"}) @Arg(column="ID",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true) @Arg(column="BLOB1",javaType=byte[].class,jdbcType=VARBINARY) @Arg(column="BLOB2",javaType=byte[].class,jdbcType=VARBINARY) @Arg(column="CHARACTERLOB",javaType=java.lang.String.class,jdbcType=CLOB) PkblobsWithBLOBs selectByPrimaryKey(PkblobsKey key)
@UpdateProvider(type=PkblobsSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param(value="row") PkblobsWithBLOBs row, @Param(value="example") PkblobsExample example)
@UpdateProvider(type=PkblobsSqlProvider.class, method="updateByExampleWithBLOBs") int updateByExampleWithBLOBs(@Param(value="row") PkblobsWithBLOBs row, @Param(value="example") PkblobsExample example)
@UpdateProvider(type=PkblobsSqlProvider.class, method="updateByExample") int updateByExample(@Param(value="row") PkblobsKey row, @Param(value="example") PkblobsExample example)
@UpdateProvider(type=PkblobsSqlProvider.class, method="updateByPrimaryKeySelective") int updateByPrimaryKeySelective(PkblobsWithBLOBs row)
@Update(value={"update PKBLOBS","set BLOB1 = #{blob1,jdbcType=VARBINARY},","BLOB2 = #{blob2,jdbcType=VARBINARY},","CHARACTERLOB = #{characterlob,jdbcType=CLOB}","where ID = #{id,jdbcType=INTEGER}"}) int updateByPrimaryKeyWithBLOBs(PkblobsWithBLOBs row)
Copyright © 2006–2023 MyBatis.org. All rights reserved.