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 SQLFunctionRegistrySessionFactoryDelegatingImpl. getSqlFunctionRegistry()SQLFunctionRegistrySessionFactoryImplementor. 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.StringColumn. getTemplate(Dialect dialect, SQLFunctionRegistry functionRegistry)java.lang.StringFormula. getTemplate(Dialect dialect, SQLFunctionRegistry functionRegistry)java.lang.StringSelectable. 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.StringTemplate. renderOrderByStringTemplate(java.lang.String orderByFragment, Dialect dialect, SQLFunctionRegistry functionRegistry)static java.lang.StringTemplate. renderOrderByStringTemplate(java.lang.String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)static java.lang.StringTemplate. 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.StringTemplate. renderWhereStringTemplate(java.lang.String sqlWhereString, Dialect dialect, SQLFunctionRegistry functionRegistry)static OrderByTranslationTemplate. 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 SQLFunctionRegistryTranslationContext. getSqlFunctionRegistry()Retrieves the SQL function registry for this context.
-