Interface LicenseMapper
-
public interface LicenseMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(LicenseExample example)This method was generated by MyBatis Generator.intdeleteByExample(LicenseExample example)This method was generated by MyBatis Generator.intdeleteByPrimaryKey(String id)This method was generated by MyBatis Generator.intinsert(License record)This method was generated by MyBatis Generator.intinsertSelective(License record)This method was generated by MyBatis Generator.List<License>selectByExample(LicenseExample example)This method was generated by MyBatis Generator.LicenseselectByPrimaryKey(String id)This method was generated by MyBatis Generator.intupdateByExample(License record, LicenseExample example)This method was generated by MyBatis Generator.intupdateByExampleSelective(License record, LicenseExample example)This method was generated by MyBatis Generator.intupdateByPrimaryKey(License record)This method was generated by MyBatis Generator.intupdateByPrimaryKeySelective(License record)This method was generated by MyBatis Generator.
-
-
-
Method Detail
-
countByExample
long countByExample(LicenseExample example)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
deleteByExample
int deleteByExample(LicenseExample example)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
deleteByPrimaryKey
int deleteByPrimaryKey(String id)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
insert
int insert(License record)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
insertSelective
int insertSelective(License record)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
selectByExample
List<License> selectByExample(LicenseExample example)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
selectByPrimaryKey
License selectByPrimaryKey(String id)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") License record, @Param("example") LicenseExample example)This method was generated by MyBatis Generator. This method corresponds to the database table license
-
updateByExample
int updateByExample(@Param("record") License record, @Param("example") LicenseExample example)This method was generated by MyBatis Generator. This method corresponds to the database table license
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(License record)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
updateByPrimaryKey
int updateByPrimaryKey(License record)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
-