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 classTemplate.NoOpColumnMapperMethods in org.hibernate.sql with parameters of type ColumnMapper Modifier and Type Method Description static java.lang.StringTemplate. renderOrderByStringTemplate(java.lang.String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)static OrderByTranslationTemplate. 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 ColumnMapperTranslationContext. getColumnMapper()Retrieves the column mapper for this context.
-