public class OrderByFragmentTranslator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderByFragmentTranslator.StandardOrderByTranslationImpl |
| Constructor and Description |
|---|
OrderByFragmentTranslator() |
| Modifier and Type | Method and Description |
|---|---|
static OrderByTranslation |
translate(TranslationContext context,
String fragment)
Perform the translation of the user-supplied fragment, returning the translation.
|
public static OrderByTranslation translate(TranslationContext context, String fragment)
Perform the translation of the user-supplied fragment, returning the translation. <p/> 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 fragmentCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.