接口 UserAccountExtendMapper
public interface UserAccountExtendMapper
-
方法概要
修饰符和类型方法说明intcountByExample(UserAccountExtendExample example)This method was generated by MyBatis Generator.intdeleteByPrimaryKey(String id)This method was generated by MyBatis Generator.intinsert(UserAccountExtend record)This method was generated by MyBatis Generator.intinsertSelective(UserAccountExtend record)This method was generated by MyBatis Generator.selectByExample(UserAccountExtendExample example)This method was generated by MyBatis Generator.selectByExample(UserAccountExtendExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator.selectByPrimaryKey(String id)This method was generated by MyBatis Generator.intupdateByExample(UserAccountExtend record, UserAccountExtendExample example)This method was generated by MyBatis Generator.intupdateByExampleSelective(UserAccountExtend record, UserAccountExtendExample example)This method was generated by MyBatis Generator.intupdateByPrimaryKey(UserAccountExtend 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_extend -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_extend -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_extend -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_extend -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_extend -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_extend -
updateByExampleSelective
int updateByExampleSelective(@Param("record") UserAccountExtend record, @Param("example") UserAccountExtendExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_extend -
updateByExample
int updateByExample(@Param("record") UserAccountExtend record, @Param("example") UserAccountExtendExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_extend -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_extend -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_extend -
selectByExample
List<UserAccountExtend> selectByExample(UserAccountExtendExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_extend
-