Uses of Class
org.hibernate.dialect.function.array.ArrayConcatElementFunction
-
Packages that use ArrayConcatElementFunction Package Description org.hibernate.dialect.function.array -
-
Uses of ArrayConcatElementFunction in org.hibernate.dialect.function.array
Subclasses of ArrayConcatElementFunction in org.hibernate.dialect.function.array Modifier and Type Class Description classOracleArrayConcatElementFunctionOracle concatenation function for array and an element.classPostgreSQLArrayConcatElementFunctionPostgreSQL variant of the function to properly returnnullwhen the array argument is null.
-