public interface AwfulTableMapper
Modifier and Type | Method and Description |
---|---|
long |
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 row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(AwfulTable row)
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 row,
AwfulTableExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(AwfulTable row,
AwfulTableExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(AwfulTable row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(AwfulTable row)
This method was generated by MyBatis Generator.
|
long countByExample(AwfulTableExample example)
int deleteByExample(AwfulTableExample example)
int deleteByPrimaryKey(AwfulTableKey key)
int insert(AwfulTable row)
int insertSelective(AwfulTable row)
List<AwfulTable> selectByExample(AwfulTableExample example)
AwfulTable selectByPrimaryKey(AwfulTableKey key)
int updateByExampleSelective(@Param(value="row") AwfulTable row, @Param(value="example") AwfulTableExample example)
int updateByExample(@Param(value="row") AwfulTable row, @Param(value="example") AwfulTableExample example)
int updateByPrimaryKeySelective(AwfulTable row)
int updateByPrimaryKey(AwfulTable row)
Copyright © 2006–2022 MyBatis.org. All rights reserved.