public interface

TranslationContext

org.hibernate.sql.ordering.antlr.TranslationContext

Class Overview

Contract for contextual information required to perform translation.

Summary

Public Methods
abstract ColumnMapper getColumnMapper()
Retrieves the column mapper for this context.
abstract Dialect getDialect()
Retrieves the dialect for this context.
abstract SessionFactoryImplementor getSessionFactory()
Retrieves the session factory for this context.
abstract SQLFunctionRegistry getSqlFunctionRegistry()
Retrieves the SQL function registry/tt> for this context.

Public Methods

public abstract ColumnMapper getColumnMapper ()

Retrieves the column mapper for this context.

Returns
  • The column mapper

public abstract Dialect getDialect ()

Retrieves the dialect for this context.

Returns
  • The dialect

public abstract SessionFactoryImplementor getSessionFactory ()

Retrieves the session factory for this context.

Returns
  • The session factory

public abstract SQLFunctionRegistry getSqlFunctionRegistry ()

Retrieves the SQL function registry/tt> for this context.

Returns
  • The SQL function registry.