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