类 OrderByFragmentTranslator.StandardOrderByTranslationImpl

    • 构造器详细资料

      • StandardOrderByTranslationImpl

        public StandardOrderByTranslationImpl​(String sqlTemplate,
                                              Set<String> columnReferences)
    • 方法详细资料

      • injectAliases

        public String injectAliases​(OrderByAliasResolver aliasResolver)
        从接口复制的说明: OrderByTranslation
        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 在接口中 OrderByTranslation
        参数:
        aliasResolver - The strategy to resolver the proper table alias to use per column
        返回:
        The fully translated and replaced fragment.