Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate.sql.ordering » antlr » [javadoc | source]
org.hibernate.sql.ordering.antlr
public interface: TranslationContext [javadoc | source] Contract for contextual information required to perform translation.
Method from org.hibernate.sql.ordering.antlr.TranslationContext Summary:
getColumnMapper,   getDialect,   getSessionFactory,   getSqlFunctionRegistry
Method from org.hibernate.sql.ordering.antlr.TranslationContext Detail:
 public ColumnMapper getColumnMapper()
    Retrieves the column mapper for this context.
 public Dialect getDialect()
    Retrieves the dialect for this context.
 public SessionFactoryImplementor getSessionFactory()
    Retrieves the session factory for this context.
 public SQLFunctionRegistry getSqlFunctionRegistry()
    Retrieves the SQL function registry/tt> for this context.