public interface AwfulTableMapper
Modifier and Type | Method and Description |
---|---|
int |
deleteByPrimaryKey(Integer customerId)
This method was generated by MyBatis Generator.
|
int |
insert(AwfulTable record)
This method was generated by MyBatis Generator.
|
List<AwfulTable> |
selectAll()
This method was generated by MyBatis Generator.
|
AwfulTable |
selectByPrimaryKey(Integer customerId)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(AwfulTable record)
This method was generated by MyBatis Generator.
|
int deleteByPrimaryKey(Integer customerId)
int insert(AwfulTable record)
AwfulTable selectByPrimaryKey(Integer customerId)
List<AwfulTable> selectAll()
int updateByPrimaryKey(AwfulTable record)
Copyright © 2010–2018 MyBatis.org. All rights reserved.