public interface LicenseMapper
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(LicenseExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(LicenseExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(String id)
This method was generated by MyBatis Generator.
|
int |
insert(License record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(License record)
This method was generated by MyBatis Generator.
|
List<License> |
selectByExample(LicenseExample example)
This method was generated by MyBatis Generator.
|
License |
selectByPrimaryKey(String id)
This method was generated by MyBatis Generator.
|
int |
updateByExample(License record,
LicenseExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(License record,
LicenseExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(License record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(License record)
This method was generated by MyBatis Generator.
|
long countByExample(LicenseExample example)
int deleteByExample(LicenseExample example)
int deleteByPrimaryKey(String id)
int insert(License record)
int insertSelective(License record)
List<License> selectByExample(LicenseExample example)
License selectByPrimaryKey(String id)
int updateByExampleSelective(@Param(value="record")
License record,
@Param(value="example")
LicenseExample example)
int updateByExample(@Param(value="record")
License record,
@Param(value="example")
LicenseExample example)
int updateByPrimaryKeySelective(License record)
int updateByPrimaryKey(License record)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.