public final class ShardingSQLRewriteContextDecorator extends Object implements SQLRewriteContextDecorator<ShardingRule>
| Constructor and Description |
|---|
ShardingSQLRewriteContextDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(ShardingRule shardingRule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
SQLRewriteContext sqlRewriteContext,
RouteContext routeContext) |
int |
getOrder() |
Class<ShardingRule> |
getTypeClass() |
public void decorate(ShardingRule shardingRule, org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props, SQLRewriteContext sqlRewriteContext, RouteContext routeContext)
decorate in interface SQLRewriteContextDecorator<ShardingRule>public int getOrder()
getOrder in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<ShardingRule>public Class<ShardingRule> getTypeClass()
getTypeClass in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<ShardingRule>Copyright © 2021 The Apache Software Foundation. All rights reserved.