Uses of Interface
org.hibernate.sql.ordering.antlr.OrderByTranslation
-
Packages that use OrderByTranslation Package Description org.hibernate.sql org.hibernate.sql.ordering.antlr -
-
Uses of OrderByTranslation in org.hibernate.sql
Methods in org.hibernate.sql that return OrderByTranslation Modifier and Type Method Description static OrderByTranslationTemplate. translateOrderBy(java.lang.String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)Performs order-by template rendering allowingcolumn mapping. -
Uses of OrderByTranslation in org.hibernate.sql.ordering.antlr
Classes in org.hibernate.sql.ordering.antlr that implement OrderByTranslation Modifier and Type Class Description static classOrderByFragmentTranslator.StandardOrderByTranslationImplMethods in org.hibernate.sql.ordering.antlr that return OrderByTranslation Modifier and Type Method Description static OrderByTranslationOrderByFragmentTranslator. translate(TranslationContext context, java.lang.String fragment)Perform the translation of the user-supplied fragment, returning the translation.
-