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 StringColumn. getTemplate(Dialect dialect, SQLFunctionRegistry functionRegistry)StringFormula. getTemplate(Dialect dialect, SQLFunctionRegistry functionRegistry)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 StringTemplate. renderOrderByStringTemplate(String orderByFragment, Dialect dialect, SQLFunctionRegistry functionRegistry)static StringTemplate. renderOrderByStringTemplate(String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)static StringTemplate. renderWhereStringTemplate(String sqlWhereString, String placeholder, Dialect dialect, SQLFunctionRegistry functionRegistry)Takes the where condition provided in the mapping attribute and interpolates the alias.static StringTemplate. renderWhereStringTemplate(String sqlWhereString, Dialect dialect, SQLFunctionRegistry functionRegistry)static OrderByTranslationTemplate. translateOrderBy(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.
-