public interface PkonlyMapper
Modifier and Type | Method and Description |
---|---|
int |
countByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(Integer id,
Integer seqNum)
This method was generated by MyBatis Generator.
|
int |
insert(Pkonly record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkonly record)
This method was generated by MyBatis Generator.
|
List<Pkonly> |
selectByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
List<Pkonly> |
selectByExampleWithRowbounds(PkonlyExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Pkonly record,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkonly record,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
int countByExample(PkonlyExample example)
int deleteByExample(PkonlyExample example)
int deleteByPrimaryKey(Integer id, Integer seqNum)
int insert(Pkonly record)
int insertSelective(Pkonly record)
List<Pkonly> selectByExampleWithRowbounds(PkonlyExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkonly> selectByExample(PkonlyExample example)
int updateByExampleSelective(Pkonly record, PkonlyExample example)
int updateByExample(Pkonly record, PkonlyExample example)
Copyright © 2010–2018 MyBatis.org. All rights reserved.