@Mapper
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(Integer id)
This method was generated by MyBatis Generator.
|
int |
insert(Pkblobs row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkblobs row)
This method was generated by MyBatis Generator.
|
List<Pkblobs> |
selectByExample(PkblobsExample example)
This method was generated by MyBatis Generator.
|
List<Pkblobs> |
selectByExampleWithBLOBs(PkblobsExample example)
This method was generated by MyBatis Generator.
|
List<Pkblobs> |
selectByExampleWithBLOBsWithRowbounds(PkblobsExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
List<Pkblobs> |
selectByExampleWithRowbounds(PkblobsExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
Pkblobs |
selectByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Pkblobs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkblobs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(Pkblobs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Pkblobs row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(Pkblobs row)
This method was generated by MyBatis Generator.
|
long countByExample(PkblobsExample example)
int deleteByExample(PkblobsExample example)
int deleteByPrimaryKey(Integer id)
int insert(Pkblobs row)
int insertSelective(Pkblobs row)
List<Pkblobs> selectByExampleWithBLOBsWithRowbounds(PkblobsExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkblobs> selectByExampleWithBLOBs(PkblobsExample example)
List<Pkblobs> selectByExampleWithRowbounds(PkblobsExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkblobs> selectByExample(PkblobsExample example)
Pkblobs selectByPrimaryKey(Integer id)
int updateByExampleSelective(@Param(value="row") Pkblobs row, @Param(value="example") PkblobsExample example)
int updateByExampleWithBLOBs(@Param(value="row") Pkblobs row, @Param(value="example") PkblobsExample example)
int updateByExample(@Param(value="row") Pkblobs row, @Param(value="example") PkblobsExample example)
int updateByPrimaryKeySelective(Pkblobs row)
int updateByPrimaryKeyWithBLOBs(Pkblobs row)
Copyright © 2006–2023 MyBatis.org. All rights reserved.