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