public interface AwfulTableMapper
Modifier and Type | Method and Description |
---|---|
int |
countByExample(AwfulTableExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(AwfulTableExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(AwfulTableKey key)
This method was generated by MyBatis Generator.
|
int |
insert(AwfulTable record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(AwfulTable record)
This method was generated by MyBatis Generator.
|
List<AwfulTable> |
selectByExample(AwfulTableExample example)
This method was generated by MyBatis Generator.
|
AwfulTable |
selectByPrimaryKey(AwfulTableKey key)
This method was generated by MyBatis Generator.
|
int |
updateByExample(AwfulTable record,
AwfulTableExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(AwfulTable record,
AwfulTableExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(AwfulTable record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(AwfulTable record)
This method was generated by MyBatis Generator.
|
int countByExample(AwfulTableExample example)
int deleteByExample(AwfulTableExample example)
int deleteByPrimaryKey(AwfulTableKey key)
int insert(AwfulTable record)
int insertSelective(AwfulTable record)
List<AwfulTable> selectByExample(AwfulTableExample example)
AwfulTable selectByPrimaryKey(AwfulTableKey key)
int updateByExampleSelective(AwfulTable record, AwfulTableExample example)
int updateByExample(AwfulTable record, AwfulTableExample example)
int updateByPrimaryKeySelective(AwfulTable record)
int updateByPrimaryKey(AwfulTable record)
Copyright © 2010–2018 MyBatis.org. All rights reserved.