类 TenantCapacityMapperByDerby
java.lang.Object
com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
com.alibaba.nacos.plugin.datasource.impl.derby.AbstractMapperByDerby
com.alibaba.nacos.plugin.datasource.impl.derby.TenantCapacityMapperByDerby
- 所有已实现的接口:
Mapper,TenantCapacityMapper
public class TenantCapacityMapperByDerby
extends AbstractMapperByDerby
implements TenantCapacityMapper
The derby implementation of TenantCapacityMapper.
- 作者:
- KiteSoar
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明correctUsage(MapperContext context) Correct Usage.decrementUsage(MapperContext context) Decrement Usage.Get TenantCapacity List, only including id and tenantId value.Get the datasource name.incrementUsage(MapperContext context) Increment Usage.Increment UsageWithDefaultQuotaLimit.Increment UsageWithQuotaLimit.insertTenantCapacity(MapperContext context) Insert TenantCapacity.select(MapperContext context) Select tenant_capacity table by tenant id.从类继承的方法 com.alibaba.nacos.plugin.datasource.impl.derby.AbstractMapperByDerby
getFunction从类继承的方法 com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
count, delete, getPrimaryKeyGeneratedKeys, insert, select, update从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
count, delete, getFunction, getPrimaryKeyGeneratedKeys, insert, select, update从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.TenantCapacityMapper
getTableName
-
构造器详细资料
-
TenantCapacityMapperByDerby
public TenantCapacityMapperByDerby()
-
-
方法详细资料
-
getDataSource
从接口复制的说明:MapperGet the datasource name.- 指定者:
getDataSource在接口中Mapper- 返回:
- The name of datasource.
-
getCapacityList4CorrectUsage
从接口复制的说明:TenantCapacityMapperGet TenantCapacity List, only including id and tenantId value.- 指定者:
getCapacityList4CorrectUsage在接口中TenantCapacityMapper- 参数:
context- sql paramMap- 返回:
- The sql of getting TenantCapacity List, only including id and tenantId value.
-
select
从接口复制的说明:TenantCapacityMapperSelect tenant_capacity table by tenant id.- 指定者:
select在接口中TenantCapacityMapper- 参数:
context- sql paramMap- 返回:
- The sql of select.
-
incrementUsageWithDefaultQuotaLimit
从接口复制的说明:TenantCapacityMapperIncrement UsageWithDefaultQuotaLimit.- 指定者:
incrementUsageWithDefaultQuotaLimit在接口中TenantCapacityMapper- 参数:
context- sql paramMap- 返回:
- The sql of increment UsageWithDefaultQuotaLimit.
-
incrementUsageWithQuotaLimit
从接口复制的说明:TenantCapacityMapperIncrement UsageWithQuotaLimit.- 指定者:
incrementUsageWithQuotaLimit在接口中TenantCapacityMapper- 参数:
context- sql paramMap- 返回:
- The sql of Increment UsageWithQuotaLimit.
-
incrementUsage
从接口复制的说明:TenantCapacityMapperIncrement Usage.- 指定者:
incrementUsage在接口中TenantCapacityMapper- 参数:
context- sql paramMap- 返回:
- The sql of increment UsageWithQuotaLimit.
-
decrementUsage
从接口复制的说明:TenantCapacityMapperDecrement Usage.- 指定者:
decrementUsage在接口中TenantCapacityMapper- 参数:
context- sql paramMap- 返回:
- The sql of decrementUsage.
-
correctUsage
从接口复制的说明:TenantCapacityMapperCorrect Usage.- 指定者:
correctUsage在接口中TenantCapacityMapper- 参数:
context- sql paramMap`- 返回:
- The sql of correcting Usage.
-
insertTenantCapacity
从接口复制的说明:TenantCapacityMapperInsert TenantCapacity.- 指定者:
insertTenantCapacity在接口中TenantCapacityMapper- 参数:
context- sql paramMap- 返回:
- The sql of inserting TenantCapacity.
-