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