Uses of Interface
org.hibernate.sql.ordering.antlr.ColumnMapper

Packages that use ColumnMapper
org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements. 
org.hibernate.sql.ordering.antlr   
 

Uses of ColumnMapper in org.hibernate.sql
 

Classes in org.hibernate.sql that implement ColumnMapper
static class Template.NoOpColumnMapper
           
 

Methods in org.hibernate.sql with parameters of type ColumnMapper
static String Template.renderOrderByStringTemplate(String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)
          Performs order-by template rendering allowing column mapping.
 

Uses of ColumnMapper in org.hibernate.sql.ordering.antlr
 

Methods in org.hibernate.sql.ordering.antlr that return ColumnMapper
 ColumnMapper TranslationContext.getColumnMapper()
          Retrieves the column mapper for this context.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.