Uses of Class
org.hibernate.dialect.function.CommonFunctionFactory
Packages that use CommonFunctionFactory
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of CommonFunctionFactory in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type CommonFunctionFactoryModifier and TypeMethodDescriptionprotected static voidCockroachDialect.registerArrayFunctions(CommonFunctionFactory functionFactory) protected static voidHSQLDialect.registerArrayFunctions(CommonFunctionFactory functionFactory) protected static voidOracleDialect.registerArrayFunctions(CommonFunctionFactory functionFactory) protected voidPostgreSQLDialect.registerArrayFunctions(CommonFunctionFactory functionFactory) protected voidPostgreSQLDialect.registerJsonFunction(CommonFunctionFactory functionFactory) protected static voidCockroachDialect.registerJsonFunctions(CommonFunctionFactory functionFactory) protected voidDB2Dialect.registerJsonFunctions(CommonFunctionFactory functionFactory) protected static voidMySQLDialect.registerJsonFunctions(CommonFunctionFactory functionFactory) protected static voidOracleDialect.registerJsonFunctions(CommonFunctionFactory functionFactory) protected static voidDB2Dialect.registerXmlFunctions(CommonFunctionFactory functionFactory) protected static voidOracleDialect.registerXmlFunctions(CommonFunctionFactory functionFactory) protected static voidPostgreSQLDialect.registerXmlFunctions(CommonFunctionFactory functionFactory)