接口 OrderByTranslation
-
public interface OrderByTranslationRepresents the result of an order-by translation byOrderByFragmentTranslator- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringinjectAliases(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.
-
-
-
方法详细资料
-
injectAliases
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.- 参数:
aliasResolver- The strategy to resolver the proper table alias to use per column- 返回:
- The fully translated and replaced fragment.
-
-