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