| Modifier and Type | Method and Description |
|---|---|
SQLRewriteContext |
SQLRewriteEntry.createSQLRewriteContext(String sql,
List<Object> parameters,
SQLStatementContext sqlStatementContext,
RouteContext routeContext)
Create SQL rewrite context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLRewriteContextDecorator.decorate(T rule,
ConfigurationProperties properties,
SQLRewriteContext sqlRewriteContext)
Decorate SQL rewrite context.
|
| Modifier and Type | Method and Description |
|---|---|
SQLRewriteResult |
SQLRewriteEngine.rewrite(SQLRewriteContext sqlRewriteContext)
Rewrite SQL and parameters.
|
Map<RouteUnit,SQLRewriteResult> |
SQLRouteRewriteEngine.rewrite(SQLRewriteContext sqlRewriteContext,
RouteResult routeResult)
Rewrite SQL and parameters.
|
| Constructor and Description |
|---|
DefaultSQLBuilder(SQLRewriteContext context) |
RouteSQLBuilder(SQLRewriteContext context,
RouteUnit routeUnit) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.