类 OrderByFragmentTranslator.StandardOrderByTranslationImpl
- java.lang.Object
-
- org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator.StandardOrderByTranslationImpl
-
- 所有已实现的接口:
OrderByTranslation
public static class OrderByFragmentTranslator.StandardOrderByTranslationImpl extends Object implements OrderByTranslation
-
-
构造器概要
构造器 构造器 说明 StandardOrderByTranslationImpl(String sqlTemplate, Set<String> columnReferences)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 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
public String injectAliases(OrderByAliasResolver aliasResolver)
从接口复制的说明:OrderByTranslationInject 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.
-
-