Class OrderByFragmentTranslator
- java.lang.Object
-
- org.hibernate.metamodel.mapping.ordering.OrderByFragmentTranslator
-
-
Constructor Summary
Constructors Constructor Description OrderByFragmentTranslator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OrderByFragment
translate(String fragment, PluralAttributeMapping pluralAttributeMapping, TranslationContext context)
Perform the translation of the user-supplied fragment, returning the translation.
-
-
-
Method Detail
-
translate
public static OrderByFragment translate(String fragment, PluralAttributeMapping pluralAttributeMapping, TranslationContext context)
Perform the translation of the user-supplied fragment, returning the translation.- Returns:
- The translation.
-
-