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