public final class ShardingSQLRewriteContextDecorator extends Object implements SQLRewriteContextDecorator<org.apache.shardingsphere.sharding.rule.ShardingRule>
| 构造器和说明 |
|---|
ShardingSQLRewriteContextDecorator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
decorate(org.apache.shardingsphere.sharding.rule.ShardingRule shardingRule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
SQLRewriteContext sqlRewriteContext,
org.apache.shardingsphere.infra.route.context.RouteContext routeContext) |
int |
getOrder() |
Class<org.apache.shardingsphere.sharding.rule.ShardingRule> |
getTypeClass() |
public void decorate(org.apache.shardingsphere.sharding.rule.ShardingRule shardingRule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
SQLRewriteContext sqlRewriteContext,
org.apache.shardingsphere.infra.route.context.RouteContext routeContext)
decorate 在接口中 SQLRewriteContextDecorator<org.apache.shardingsphere.sharding.rule.ShardingRule>public int getOrder()
getOrder 在接口中 org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<org.apache.shardingsphere.sharding.rule.ShardingRule>public Class<org.apache.shardingsphere.sharding.rule.ShardingRule> getTypeClass()
getTypeClass 在接口中 org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<org.apache.shardingsphere.sharding.rule.ShardingRule>Copyright © 2020 The Apache Software Foundation. All rights reserved.