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