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.
- API Note:
- The important distinction to this split between (1) translating and (2) resolving aliases is that both happen at different times. This is performed at boot-time while building the CollectionPersister happens at runtime while loading the described collection
-
-