Uses of Class
org.hibernate.dialect.function.SQLFunctionRegistry
-
Packages that use SQLFunctionRegistry Package Description org.hibernate.engine.spi org.hibernate.mapping org.hibernate.sql org.hibernate.sql.ordering.antlr -
-
Uses of SQLFunctionRegistry in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SQLFunctionRegistry Modifier and Type Method Description SQLFunctionRegistry
SessionFactoryDelegatingImpl. getSqlFunctionRegistry()
SQLFunctionRegistry
SessionFactoryImplementor. getSqlFunctionRegistry()
-
Uses of SQLFunctionRegistry in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type SQLFunctionRegistry Modifier and Type Method Description java.lang.String
Column. getTemplate(Dialect dialect, SQLFunctionRegistry functionRegistry)
java.lang.String
Formula. getTemplate(Dialect dialect, SQLFunctionRegistry functionRegistry)
java.lang.String
Selectable. getTemplate(Dialect dialect, SQLFunctionRegistry functionRegistry)
-
Uses of SQLFunctionRegistry in org.hibernate.sql
Methods in org.hibernate.sql with parameters of type SQLFunctionRegistry Modifier and Type Method Description static java.lang.String
Template. renderOrderByStringTemplate(java.lang.String orderByFragment, Dialect dialect, SQLFunctionRegistry functionRegistry)
static java.lang.String
Template. renderOrderByStringTemplate(java.lang.String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)
static java.lang.String
Template. renderWhereStringTemplate(java.lang.String sqlWhereString, java.lang.String placeholder, Dialect dialect, SQLFunctionRegistry functionRegistry)
Takes the where condition provided in the mapping attribute and interpolates the alias.static java.lang.String
Template. renderWhereStringTemplate(java.lang.String sqlWhereString, Dialect dialect, SQLFunctionRegistry functionRegistry)
static OrderByTranslation
Template. translateOrderBy(java.lang.String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)
Performs order-by template rendering allowingcolumn mapping
. -
Uses of SQLFunctionRegistry in org.hibernate.sql.ordering.antlr
Methods in org.hibernate.sql.ordering.antlr that return SQLFunctionRegistry Modifier and Type Method Description SQLFunctionRegistry
TranslationContext. getSqlFunctionRegistry()
Retrieves the SQL function registry for this context.
-