public interface PkfieldsMapper
Modifier and Type | Method and Description |
---|---|
long |
countByExample(PkfieldsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(PkfieldsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(PkfieldsKey key)
This method was generated by MyBatis Generator.
|
int |
insert(Pkfields row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkfields row)
This method was generated by MyBatis Generator.
|
List<Pkfields> |
selectByExample(PkfieldsExample example)
This method was generated by MyBatis Generator.
|
Pkfields |
selectByPrimaryKey(PkfieldsKey key)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Pkfields row,
PkfieldsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkfields row,
PkfieldsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Pkfields row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Pkfields row)
This method was generated by MyBatis Generator.
|
long countByExample(PkfieldsExample example)
int deleteByExample(PkfieldsExample example)
int deleteByPrimaryKey(PkfieldsKey key)
int insert(Pkfields row)
int insertSelective(Pkfields row)
List<Pkfields> selectByExample(PkfieldsExample example)
Pkfields selectByPrimaryKey(PkfieldsKey key)
int updateByExampleSelective(@Param(value="row") Pkfields row, @Param(value="example") PkfieldsExample example)
int updateByExample(@Param(value="row") Pkfields row, @Param(value="example") PkfieldsExample example)
int updateByPrimaryKeySelective(Pkfields row)
int updateByPrimaryKey(Pkfields row)
Copyright © 2006–2024 MyBatis.org. All rights reserved.