Uses of Interface
org.hibernate.sql.ordering.antlr.ColumnMapper
-
Packages that use ColumnMapper Package Description org.hibernate.sql org.hibernate.sql.ordering.antlr -
-
Uses of ColumnMapper in org.hibernate.sql
Classes in org.hibernate.sql that implement ColumnMapper Modifier and Type Class Description static class
Template.NoOpColumnMapper
Methods in org.hibernate.sql with parameters of type ColumnMapper Modifier and Type Method Description static java.lang.String
Template. renderOrderByStringTemplate(java.lang.String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)
static OrderByTranslation
Template. translateOrderBy(java.lang.String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)
Performs order-by template rendering allowingcolumn mapping
. -
Uses of ColumnMapper in org.hibernate.sql.ordering.antlr
Methods in org.hibernate.sql.ordering.antlr that return ColumnMapper Modifier and Type Method Description ColumnMapper
TranslationContext. getColumnMapper()
Retrieves the column mapper for this context.
-