接口 TranslationContext
-
public interface TranslationContextContract for contextual information required to perform translation.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ColumnMappergetColumnMapper()Retrieves the column mapper for this context.DialectgetDialect()Retrieves the dialect for this context.SessionFactoryImplementorgetSessionFactory()Retrieves the session factory for this context.SQLFunctionRegistrygetSqlFunctionRegistry()Retrieves the SQL function registry/tt> for this context.
-
-
-
方法详细资料
-
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
-
-