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