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