接口 TranslationContext


  • public interface TranslationContext
    Contract for contextual information required to perform translation.
    作者:
    Steve Ebersole
    • 方法详细资料

      • getSessionFactory

        SessionFactoryImplementor getSessionFactory()
        Retrieves the session factory for this context.
        返回:
        The session factory
      • getDialect

        Dialect getDialect()
        Retrieves the dialect for this context.
        返回:
        The dialect
      • getSqlFunctionRegistry

        SQLFunctionRegistry getSqlFunctionRegistry()
        Retrieves the SQL function registry/tt> for this context.
        返回:
        The SQL function registry.
      • getColumnMapper

        ColumnMapper getColumnMapper()
        Retrieves the column mapper for this context.
        返回:
        The column mapper