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(Integer id1, 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(Integer id1, Integer id2)
int updateByExampleSelective(Pkfieldsblobs record, PkfieldsblobsExample example)
int updateByExampleWithBLOBs(Pkfieldsblobs record, PkfieldsblobsExample example)
int updateByExample(Pkfieldsblobs record, PkfieldsblobsExample example)
int updateByPrimaryKeySelective(Pkfieldsblobs record)
int updateByPrimaryKeyWithBLOBs(Pkfieldsblobs record)
int updateByPrimaryKey(Pkfieldsblobs record)
Copyright © 2010–2018 MyBatis.org. All rights reserved.