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(Integer customerId)
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(Integer customerId)
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(Integer customerId)
int insert(AwfulTable row)
int insertSelective(AwfulTable row)
List<AwfulTable> selectByExample(AwfulTableExample example)
AwfulTable selectByPrimaryKey(Integer customerId)
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–2024 MyBatis.org. All rights reserved.