接口 UserAccountSecretMapper
public interface UserAccountSecretMapper
-
方法概要
修饰符和类型方法说明intcountByExample(UserAccountSecretExample example)This method was generated by MyBatis Generator.intdeleteByExample(UserAccountSecretExample example)This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsert(UserAccountSecret record)This method was generated by MyBatis Generator.intinsertSelective(UserAccountSecret record)This method was generated by MyBatis Generator.selectByExample(UserAccountSecretExample example)This method was generated by MyBatis Generator.selectByExample(UserAccountSecretExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(UserAccountSecret record, UserAccountSecretExample example)This method was generated by MyBatis Generator.intupdateByExampleSelective(UserAccountSecret record, UserAccountSecretExample example)This method was generated by MyBatis Generator.intupdateByPrimaryKey(UserAccountSecret record)This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.
-
方法详细资料
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
updateByExampleSelective
int updateByExampleSelective(@Param("record") UserAccountSecret record, @Param("example") UserAccountSecretExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
updateByExample
int updateByExample(@Param("record") UserAccountSecret record, @Param("example") UserAccountSecretExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret -
selectByExample
List<UserAccountSecret> selectByExample(UserAccountSecretExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret
-