public interface PkfieldsMapper
Modifier and Type | Method and Description |
---|---|
int |
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 record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkfields record)
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 record,
PkfieldsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkfields record,
PkfieldsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Pkfields record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Pkfields record)
This method was generated by MyBatis Generator.
|
int countByExample(PkfieldsExample example)
int deleteByExample(PkfieldsExample example)
int deleteByPrimaryKey(Integer id2, Integer id1)
int insert(Pkfields record)
int insertSelective(Pkfields record)
List<Pkfields> selectByExampleWithRowbounds(PkfieldsExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkfields> selectByExample(PkfieldsExample example)
Pkfields selectByPrimaryKey(Integer id2, Integer id1)
int updateByExampleSelective(Pkfields record, PkfieldsExample example)
int updateByExample(Pkfields record, PkfieldsExample example)
int updateByPrimaryKeySelective(Pkfields record)
int updateByPrimaryKey(Pkfields record)
Copyright © 2010–2018 MyBatis.org. All rights reserved.