@Mapper
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(Integer id2,
Integer id1)
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.
|
List<Pkfields> |
selectByExampleWithRowbounds(PkfieldsExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
Pkfields |
selectByPrimaryKey(Integer id2,
Integer id1)
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(@Param(value="id2") Integer id2, @Param(value="id1") Integer id1)
int insert(Pkfields row)
int insertSelective(Pkfields row)
List<Pkfields> selectByExampleWithRowbounds(PkfieldsExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkfields> selectByExample(PkfieldsExample example)
Pkfields selectByPrimaryKey(@Param(value="id2") Integer id2, @Param(value="id1") Integer id1)
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.