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(PkfieldsblobsWithBLOBs record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(PkfieldsblobsWithBLOBs record)
This method was generated by MyBatis Generator.
|
List<Pkfieldsblobs> |
selectByExample(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
List<PkfieldsblobsWithBLOBs> |
selectByExampleWithBLOBs(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
PkfieldsblobsWithBLOBs |
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(PkfieldsblobsWithBLOBs record,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(PkfieldsblobsWithBLOBs record,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Pkfieldsblobs record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(PkfieldsblobsWithBLOBs record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(PkfieldsblobsWithBLOBs record)
This method was generated by MyBatis Generator.
|
int countByExample(PkfieldsblobsExample example)
int deleteByExample(PkfieldsblobsExample example)
int deleteByPrimaryKey(PkfieldsblobsKey key)
int insert(PkfieldsblobsWithBLOBs record)
int insertSelective(PkfieldsblobsWithBLOBs record)
List<PkfieldsblobsWithBLOBs> selectByExampleWithBLOBs(PkfieldsblobsExample example)
List<Pkfieldsblobs> selectByExample(PkfieldsblobsExample example)
PkfieldsblobsWithBLOBs selectByPrimaryKey(PkfieldsblobsKey key)
int updateByExampleSelective(PkfieldsblobsWithBLOBs record, PkfieldsblobsExample example)
int updateByExampleWithBLOBs(PkfieldsblobsWithBLOBs record, PkfieldsblobsExample example)
int updateByExample(Pkfieldsblobs record, PkfieldsblobsExample example)
int updateByPrimaryKeySelective(PkfieldsblobsWithBLOBs record)
int updateByPrimaryKeyWithBLOBs(PkfieldsblobsWithBLOBs record)
int updateByPrimaryKey(Pkfieldsblobs record)
Copyright © 2010–2018 MyBatis.org. All rights reserved.