public interface TranslationContext
Modifier and Type | Method and Description |
---|---|
ColumnMapper |
getColumnMapper()
Retrieves the column mapper for this context.
|
Dialect |
getDialect()
Retrieves the dialect for this context.
|
SessionFactoryImplementor |
getSessionFactory()
Retrieves the session factory for this context.
|
SQLFunctionRegistry |
getSqlFunctionRegistry()
Retrieves the SQL function registry/tt> for this context.
|
SessionFactoryImplementor getSessionFactory()
Dialect getDialect()
SQLFunctionRegistry getSqlFunctionRegistry()
ColumnMapper getColumnMapper()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.