接口 AuthLimitMapper
public interface AuthLimitMapper
-
方法概要
修饰符和类型方法说明intcountByExample(AuthLimitExample example)This method was generated by MyBatis Generator.intdeleteByPrimaryKey(String limitId)This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsertSelective(AuthLimit record)This method was generated by MyBatis Generator.selectByExample(AuthLimitExample example)This method was generated by MyBatis Generator.selectByExample(AuthLimitExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator.selectByExampleWithBLOBs(AuthLimitExample example)This method was generated by MyBatis Generator.selectByExampleWithBLOBs(AuthLimitExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator.selectByPrimaryKey(String limitId)This method was generated by MyBatis Generator.intupdateByExample(AuthLimit record, AuthLimitExample example)This method was generated by MyBatis Generator.intupdateByExampleSelective(AuthLimit record, AuthLimitExample example)This method was generated by MyBatis Generator.intupdateByExampleWithBLOBs(AuthLimit record, AuthLimitExample example)This method was generated by MyBatis Generator.intupdateByPrimaryKey(AuthLimit record)This method was generated by MyBatis Generator.intupdateByPrimaryKeySelective(AuthLimit record)This method was generated by MyBatis Generator.intupdateByPrimaryKeyWithBLOBs(AuthLimit record)This method was generated by MyBatis Generator.
-
方法详细资料
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
selectByExampleWithBLOBs
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
updateByExampleSelective
int updateByExampleSelective(@Param("record") AuthLimit record, @Param("example") AuthLimitExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") AuthLimit record, @Param("example") AuthLimitExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
updateByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
updateByPrimaryKeyWithBLOBs
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
selectByExample
List<AuthLimit> selectByExample(AuthLimitExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit -
selectByExampleWithBLOBs
List<AuthLimit> selectByExampleWithBLOBs(AuthLimitExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit
-