public interface PkblobsMapper
Modifier and Type | Method and Description |
---|---|
int |
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 record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkblobs record)
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 record,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkblobs record,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(Pkblobs record,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Pkblobs record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(Pkblobs record)
This method was generated by MyBatis Generator.
|
int countByExample(PkblobsExample example)
int deleteByExample(PkblobsExample example)
int deleteByPrimaryKey(Integer id)
int insert(Pkblobs record)
int insertSelective(Pkblobs record)
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(Pkblobs record, PkblobsExample example)
int updateByExampleWithBLOBs(Pkblobs record, PkblobsExample example)
int updateByExample(Pkblobs record, PkblobsExample example)
int updateByPrimaryKeySelective(Pkblobs record)
int updateByPrimaryKeyWithBLOBs(Pkblobs record)
Copyright © 2010–2018 MyBatis.org. All rights reserved.