类 OrderByFragmentTranslator
- java.lang.Object
-
- org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classOrderByFragmentTranslator.StandardOrderByTranslationImpl
-
构造器概要
构造器 构造器 说明 OrderByFragmentTranslator()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static OrderByTranslationtranslate(TranslationContext context, String fragment)Perform the translation of the user-supplied fragment, returning the translation.
-
-
-
方法详细资料
-
translate
public static OrderByTranslation translate(TranslationContext context, String fragment)
Perform the translation of the user-supplied fragment, returning the translation. The important distinction to this split between (1) translating and (2) resolving aliases is that both happen at different times- 参数:
context- Context giving access to delegates needed during translation.fragment- The user-supplied order-by fragment- 返回:
- The translation.
-
-