@Mapper
public interface PkfieldsblobsMapper
Modifier and Type | Method and Description |
---|---|
long |
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 row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkfieldsblobs row)
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 row,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkfieldsblobs row,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(Pkfieldsblobs row,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Pkfieldsblobs row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Pkfieldsblobs row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(Pkfieldsblobs row)
This method was generated by MyBatis Generator.
|
long countByExample(PkfieldsblobsExample example)
int deleteByExample(PkfieldsblobsExample example)
int deleteByPrimaryKey(@Param(value="id1") Integer id1, @Param(value="id2") Integer id2)
int insert(Pkfieldsblobs row)
int insertSelective(Pkfieldsblobs row)
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="row") Pkfieldsblobs row, @Param(value="example") PkfieldsblobsExample example)
int updateByExampleWithBLOBs(@Param(value="row") Pkfieldsblobs row, @Param(value="example") PkfieldsblobsExample example)
int updateByExample(@Param(value="row") Pkfieldsblobs row, @Param(value="example") PkfieldsblobsExample example)
int updateByPrimaryKeySelective(Pkfieldsblobs row)
int updateByPrimaryKeyWithBLOBs(Pkfieldsblobs row)
int updateByPrimaryKey(Pkfieldsblobs row)
Copyright © 2006–2024 MyBatis.org. All rights reserved.