public interface OrderByTranslation
@OrderByTranslator
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.String injectAliases(OrderByAliasResolver aliasResolver)
aliasResolver
- The strategy to resolver the proper table alias to use per columnCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.