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(PkonlyKey key)
This method was generated by MyBatis Generator.
|
int |
insert(PkonlyKey record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(PkonlyKey record)
This method was generated by MyBatis Generator.
|
List<PkonlyKey> |
selectByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExample(PkonlyKey record,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(PkonlyKey record,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
int countByExample(PkonlyExample example)
int deleteByExample(PkonlyExample example)
int deleteByPrimaryKey(PkonlyKey key)
int insert(PkonlyKey record)
int insertSelective(PkonlyKey record)
List<PkonlyKey> selectByExample(PkonlyExample example)
int updateByExampleSelective(PkonlyKey record, PkonlyExample example)
int updateByExample(PkonlyKey record, PkonlyExample example)
Copyright © 2010–2018 MyBatis.org. All rights reserved.