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(PkfieldsblobsKey key)
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.
|
Pkfieldsblobs |
selectByPrimaryKey(PkfieldsblobsKey key)
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(PkfieldsblobsKey key)
int insert(Pkfieldsblobs record)
int insertSelective(Pkfieldsblobs record)
List<Pkfieldsblobs> selectByExampleWithBLOBs(PkfieldsblobsExample example)
List<Pkfieldsblobs> selectByExample(PkfieldsblobsExample example)
Pkfieldsblobs selectByPrimaryKey(PkfieldsblobsKey key)
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.