Uses of Interface
org.apache.shardingsphere.infra.merge.engine.decorator.ResultDecorator
-
Packages that use ResultDecorator Package Description org.apache.shardingsphere.infra.merge.engine.decorator org.apache.shardingsphere.infra.merge.engine.decorator.impl -
-
Uses of ResultDecorator in org.apache.shardingsphere.infra.merge.engine.decorator
Methods in org.apache.shardingsphere.infra.merge.engine.decorator that return types with arguments of type ResultDecorator Modifier and Type Method Description Optional<ResultDecorator<T>>ResultDecoratorEngine. newInstance(org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, T rule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, SQLStatementContext sqlStatementContext)Create new instance of result decorator. -
Uses of ResultDecorator in org.apache.shardingsphere.infra.merge.engine.decorator.impl
Classes in org.apache.shardingsphere.infra.merge.engine.decorator.impl that implement ResultDecorator Modifier and Type Class Description classTransparentResultDecoratorTransparent result decorator.
-