public static class OrderByFragmentTranslator.StandardOrderByTranslationImpl extends Object implements OrderByTranslation
| Constructor and Description |
|---|
StandardOrderByTranslationImpl(String sqlTemplate,
Set<String> columnReferences) |
| Modifier and Type | Method and Description |
|---|---|
String |
injectAliases(OrderByAliasResolver aliasResolver)
Inject table aliases into the translated fragment to properly qualify column references, using
the given 'aliasResolver' to determine the the proper table alias to use for each column reference.
|
public String injectAliases(OrderByAliasResolver aliasResolver)
OrderByTranslationinjectAliases in interface OrderByTranslationaliasResolver - The strategy to resolver the proper table alias to use per columnCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.