public interface PkblobsMapper
Modifier and Type | Method and Description |
---|---|
long |
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 row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(PkblobsWithBLOBs row)
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 row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(PkblobsWithBLOBs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(PkblobsWithBLOBs row,
PkblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(PkblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(PkblobsWithBLOBs row)
This method was generated by MyBatis Generator.
|
long countByExample(PkblobsExample example)
int deleteByExample(PkblobsExample example)
int deleteByPrimaryKey(PkblobsKey key)
int insert(PkblobsWithBLOBs row)
int insertSelective(PkblobsWithBLOBs row)
List<PkblobsWithBLOBs> selectByExampleWithBLOBs(PkblobsExample example)
List<PkblobsKey> selectByExample(PkblobsExample example)
PkblobsWithBLOBs selectByPrimaryKey(PkblobsKey key)
int updateByExampleSelective(@Param(value="row") PkblobsWithBLOBs row, @Param(value="example") PkblobsExample example)
int updateByExampleWithBLOBs(@Param(value="row") PkblobsWithBLOBs row, @Param(value="example") PkblobsExample example)
int updateByExample(@Param(value="row") PkblobsKey row, @Param(value="example") PkblobsExample example)
int updateByPrimaryKeySelective(PkblobsWithBLOBs row)
int updateByPrimaryKeyWithBLOBs(PkblobsWithBLOBs row)
Copyright © 2006–2023 MyBatis.org. All rights reserved.