public interface PkfieldsblobsMapper
| Modifier and Type | Method and Description |
|---|---|
int |
countByExample(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(Integer id1,
Integer id2)
This method was generated by MyBatis Generator.
|
int |
insert(Pkfieldsblobs record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkfieldsblobs record)
This method was generated by MyBatis Generator.
|
List<Pkfieldsblobs> |
selectByExample(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
List<Pkfieldsblobs> |
selectByExampleWithBLOBs(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
List<Pkfieldsblobs> |
selectByExampleWithBLOBsWithRowbounds(PkfieldsblobsExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
List<Pkfieldsblobs> |
selectByExampleWithRowbounds(PkfieldsblobsExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
Pkfieldsblobs |
selectByPrimaryKey(Integer id1,
Integer id2)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Pkfieldsblobs record,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkfieldsblobs record,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(Pkfieldsblobs record,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Pkfieldsblobs record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Pkfieldsblobs record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(Pkfieldsblobs record)
This method was generated by MyBatis Generator.
|
int countByExample(PkfieldsblobsExample example)
int deleteByExample(PkfieldsblobsExample example)
int deleteByPrimaryKey(@Param(value="id1")
Integer id1,
@Param(value="id2")
Integer id2)
int insert(Pkfieldsblobs record)
int insertSelective(Pkfieldsblobs record)
List<Pkfieldsblobs> selectByExampleWithBLOBsWithRowbounds(PkfieldsblobsExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkfieldsblobs> selectByExampleWithBLOBs(PkfieldsblobsExample example)
List<Pkfieldsblobs> selectByExampleWithRowbounds(PkfieldsblobsExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkfieldsblobs> selectByExample(PkfieldsblobsExample example)
Pkfieldsblobs selectByPrimaryKey(@Param(value="id1") Integer id1, @Param(value="id2") Integer id2)
int updateByExampleSelective(@Param(value="record")
Pkfieldsblobs record,
@Param(value="example")
PkfieldsblobsExample example)
int updateByExampleWithBLOBs(@Param(value="record")
Pkfieldsblobs record,
@Param(value="example")
PkfieldsblobsExample example)
int updateByExample(@Param(value="record")
Pkfieldsblobs record,
@Param(value="example")
PkfieldsblobsExample example)
int updateByPrimaryKeySelective(Pkfieldsblobs record)
int updateByPrimaryKeyWithBLOBs(Pkfieldsblobs record)
int updateByPrimaryKey(Pkfieldsblobs record)
Copyright © 2010–2022 MyBatis.org. All rights reserved.